Skip to content

Commit

Permalink
Refactor reverse proxy configuration to include additional static lib…
Browse files Browse the repository at this point in the history
…raries and libbpf-dev dependency
  • Loading branch information
arloor committed Oct 22, 2024
1 parent 7e30ca9 commit 7beff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
extra_deps: cmake zlib1g-dev libelf-dev pkg-config clang autoconf autopoint flex bison gawk make libbpf-dev
after_install: |
# ls -lh /usr/lib/x86_64-linux-gnu/libelf.a
export LIBBPF_SYS_LIBRARY_PATH=/usr/lib:/usr/lib64
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
apt_mirror: mirrors.mit.edu
Expand Down

0 comments on commit 7beff50

Please sign in to comment.