Supply LLVM version feature to fix mac CI

pull/157/head
Tamir Duberstein 3 days ago
parent e50b81fd67
commit 648b7b791d
No known key found for this signature in database

@ -83,7 +83,7 @@ jobs:
- run: brew update && brew install filosottile/musl-cross/musl-cross llvm - run: brew update && brew install filosottile/musl-cross/musl-cross llvm
if: runner.os == 'macos' if: runner.os == 'macos'
- run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git --no-default-features - run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git --no-default-features --features llvm-21
if: runner.os == 'macos' if: runner.os == 'macos'
- run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git - run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git

Loading…
Cancel
Save