Skip to content

Commit 46f07d9

Browse files
committed
Merge remote-tracking branch 'origin/main' into static-funcs-in-concrete
2 parents 8335e53 + 77edf1a commit 46f07d9

File tree

36 files changed

+717
-542
lines changed

36 files changed

+717
-542
lines changed

.github/workflows/ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ jobs:
147147
- name: Build cpp_calling_rust example
148148
working-directory: ./examples/cpp_calling_rust
149149
run: cargo build
150-
- name: Build llvm example
151-
working-directory: ./examples/llvm
152-
# llvm example needs to install LLVM 13 headers via apt-get.
153-
if: matrix.os == ''
154-
run: sudo apt-get install llvm-13-dev && cargo build
155150

156151
sanitizer:
157152
name: Address Sanitizer
@@ -175,7 +170,7 @@ jobs:
175170
# leak sanitization, but we don't care about backtraces here, so long
176171
# as the other tests have them.
177172
RUST_BACKTRACE: "0"
178-
run: cargo -Z build-std test --workspace --target x86_64-unknown-linux-gnu
173+
run: cargo -Z build-std test --workspace --target x86_64-unknown-linux-gnu --exclude autocxx-macro
179174

180175
force-wrapper-generation:
181176
name: Test forcing wrapper generation

0 commit comments

Comments
 (0)