Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into static-funcs-in-concrete
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Jan 9, 2025
2 parents 8335e53 + 77edf1a commit 46f07d9
Show file tree
Hide file tree
Showing 36 changed files with 717 additions and 542 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ jobs:
- name: Build cpp_calling_rust example
working-directory: ./examples/cpp_calling_rust
run: cargo build
- name: Build llvm example
working-directory: ./examples/llvm
# llvm example needs to install LLVM 13 headers via apt-get.
if: matrix.os == ''
run: sudo apt-get install llvm-13-dev && cargo build

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

force-wrapper-generation:
name: Test forcing wrapper generation
Expand Down
Loading

0 comments on commit 46f07d9

Please sign in to comment.