Skip to content

Commit 313ae43

Browse files
committed
Disable LLVM example in CI.e
It no longer builds due to LLVM changes.
1 parent bf8f92b commit 313ae43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

-5
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

0 commit comments

Comments
 (0)