Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Oct 22, 2024
1 parent 2a68295 commit a6ec28c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
uses: arloor/rust_musl_action@latest
with:
use_musl: false
extra_deps: cmake zlib1g-dev libelf-dev libbpf-dev pkg-config make
extra_deps: cmake zlib1g-dev libelf-dev libbpf-dev pkg-config make clang
after_install: |
find / -name libelf.a
find / -name libbpf.a
find / -name libz.a
# find / -name libelf.a
# find / -name libbpf.a
# find / -name libz.a
export LIBBPF_SYS_LIBRARY_PATH=/usr/lib:/usr/lib64:/usr/lib/x86_64-linux-gnu
echo -e "\e[31mLIBBPF_SYS_LIBRARY_PATH=$LIBBPF_SYS_LIBRARY_PATH\e[0m"
args: -p rust_http_proxy --no-default-features --features aws_lc_rs,bpf_static -v
Expand Down

0 comments on commit a6ec28c

Please sign in to comment.