From 648b7b791d427ce63d2d14b94565dbd1ffe2a961 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sat, 6 Sep 2025 07:08:37 -0400 Subject: [PATCH] Supply LLVM version feature to fix mac CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b69a51..c9aee43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - run: brew update && brew install filosottile/musl-cross/musl-cross llvm 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' - run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git