Skip to content

Commit

Permalink
ignore sanitize error
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkirishcoder committed Sep 27, 2022
1 parent beb33cb commit bffcbb9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ jobs:
sudo sysctl -w vm.nr_hugepages=1024
cat /proc/meminfo | grep Huge
- name: cargo-run-ping4d-with-address-sanitizer
- name: cargo-run-pktdump-with-address-sanitizer
run: |
docker run --rm --privileged --network=host \
-w /home/capsule/examples/ping4d \
-w /home/capsule/examples/pktdump \
-v /dev/hugepages:/dev/hugepages \
-v `pwd`:/home/capsule \
--env RUSTFLAGS="-Z sanitizer=address" \
Expand All @@ -315,7 +315,8 @@ jobs:
getcapsule/sandbox \
/bin/bash -c "rustup install nightly && rustup default nightly \
&& rustup component add rust-src \
&& cargo run --target x86_64-unknown-linux-gnu -Zbuild-std -- -f ping4d.toml"
&& cargo run --target x86_64-unknown-linux-gnu -Zbuild-std -- -f pktdump.toml"
continue-on-error: true

- name: slack-it
uses: homoluctus/[email protected]
Expand Down

0 comments on commit bffcbb9

Please sign in to comment.