Skip to content

Commit

Permalink
Refactor reverse proxy configuration to include libbpf-dev and libelf…
Browse files Browse the repository at this point in the history
…-dev dependencies
  • Loading branch information
arloor committed Oct 22, 2024
1 parent 7beff50 commit b7916d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ jobs:
uses: arloor/rust_musl_action@latest
with:
use_musl: false
extra_deps: cmake zlib1g-dev libelf-dev pkg-config clang autoconf autopoint flex bison gawk make libbpf-dev
extra_deps: cmake zlib1g-dev libelf-dev libbpf-dev
after_install: |
# ls -lh /usr/lib/x86_64-linux-gnu/libelf.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
Expand Down

0 comments on commit b7916d7

Please sign in to comment.