Skip to content

Commit

Permalink
chore: bpf_vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Sep 26, 2024
1 parent 8f93c06 commit 5036a02
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,12 @@ jobs:
with:
use_musl: false
extra_deps: cmake zlib1g-dev libelf-dev pkg-config clang autoconf autopoint flex bison gawk make
args: -p rust_http_proxy --no-default-features --features aws_lc_rs,bpf_static
after_install: |
ls -lh /usr/lib/x86_64-linux-gnu/libelf.a
args: -p rust_http_proxy --no-default-features --features aws_lc_rs,bpf_vendored
apt_mirror: mirrors.mit.edu
rust_flags: -C target-feature=+crt-static -L/usr/lib/x86_64-linux-gnu
rust_flags: -C target-feature=+crt-static -L /usr/lib/x86_64-linux-gnu
debug: false
- name: docker build and push
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: |
Expand Down

0 comments on commit 5036a02

Please sign in to comment.