Skip to content

Commit

Permalink
Refactor reverse proxy configuration to disable default features for …
Browse files Browse the repository at this point in the history
…socket_filter and cgroup_traffic dependencies
  • Loading branch information
arloor committed Oct 22, 2024
1 parent d229f24 commit 4555d3b
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 @@ -80,7 +80,7 @@ jobs:
# 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
args: -p rust_http_proxy --no-default-features --features aws_lc_rs,bpf_static -v
apt_mirror: mirrors.mit.edu
rust_flags: -C target-feature=+crt-static
debug: false
Expand Down

0 comments on commit 4555d3b

Please sign in to comment.