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
  • Loading branch information
arloor committed Oct 22, 2024
1 parent 9d5a131 commit 7e30ca9
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 @@ -77,7 +77,7 @@ jobs:
after_install: |
# ls -lh /usr/lib/x86_64-linux-gnu/libelf.a
export LIBBPF_SYS_LIBRARY_PATH=/usr/lib:/usr/lib64
echo LIBBPF_SYS_LIBRARY_PATH=$LIBBPF_SYS_LIBRARY_PATH
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
rust_flags: -C target-feature=+crt-static
Expand Down

0 comments on commit 7e30ca9

Please sign in to comment.