File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -303,10 +303,10 @@ jobs:
303303 sudo sysctl -w vm.nr_hugepages=1024
304304 cat /proc/meminfo | grep Huge
305305
306- - name : cargo-run-ping4d -with-address-sanitizer
306+ - name : cargo-run-pktdump -with-address-sanitizer
307307 run : |
308308 docker run --rm --privileged --network=host \
309- -w /home/capsule/examples/ping4d \
309+ -w /home/capsule/examples/pktdump \
310310 -v /dev/hugepages:/dev/hugepages \
311311 -v `pwd`:/home/capsule \
312312 --env RUSTFLAGS="-Z sanitizer=address" \
@@ -315,7 +315,8 @@ jobs:
315315 getcapsule/sandbox \
316316 /bin/bash -c "rustup install nightly && rustup default nightly \
317317 && rustup component add rust-src \
318- && cargo run --target x86_64-unknown-linux-gnu -Zbuild-std -- -f ping4d.toml"
318+ && cargo run --target x86_64-unknown-linux-gnu -Zbuild-std -- -f pktdump.toml"
319+ continue-on-error : true
319320
320321 - name : slack-it
321322 uses :
homoluctus/[email protected]
You can’t perform that action at this time.
0 commit comments