Skip to content

Commit

Permalink
Disable LLVM example in CI.e
Browse files Browse the repository at this point in the history
It no longer builds due to LLVM changes.
  • Loading branch information
adetaylor committed Dec 28, 2024
1 parent bf8f92b commit 313ae43
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 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 Down

0 comments on commit 313ae43

Please sign in to comment.