Skip to content

Commit 309e183

Browse files
committed
Stabilize stylechecker build by pinning bpf-linker
1 parent fd1986d commit 309e183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circleci/images/stylechecker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export LLVM_SYS_211_STATIC=1
7878
export AYA_RUSTC_LLVM_PROXY_DISABLE_DLOPEN=1
7979
export AYA_RUSTC_LLVM_PROXY_LIB_DIR="${LLVM_LIBDIR}"
8080

81-
cargo install --locked bpf-linker --no-default-features --features llvm-21
81+
cargo install --locked bpf-linker --version 0.9.15 --no-default-features --features llvm-21
8282

8383

8484
install -m 755 "$CARGO_HOME/bin/bpf-linker" /usr/local/bin/bpf-linker

0 commit comments

Comments
 (0)