File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,10 +226,10 @@ jobs:
226226 sudo sysctl -w vm.nr_hugepages=1024
227227 cat /proc/meminfo | grep Huge
228228
229- - name : cargo-run-ping4d -with-address-sanitizer
229+ - name : cargo-run-pktdump -with-address-sanitizer
230230 run : |
231231 docker run --rm --privileged --network=host \
232- -w /home/capsule/examples/ping4d \
232+ -w /home/capsule/examples/pktdump \
233233 -v /dev/hugepages:/dev/hugepages \
234234 -v `pwd`:/home/capsule \
235235 --env RUSTFLAGS="-Z sanitizer=address" \
@@ -238,7 +238,7 @@ jobs:
238238 getcapsule/sandbox \
239239 /bin/bash -c "rustup install nightly && rustup default nightly \
240240 && rustup component add rust-src \
241- && cargo run --target x86_64-unknown-linux-gnu -Zbuild-std -- -f ping4d .toml"
241+ && cargo run --target x86_64-unknown-linux-gnu -Zbuild-std -- -f pktdump .toml"
242242
243243 test :
244244 runs-on : ubuntu-18.04
File renamed without changes.
You can’t perform that action at this time.
0 commit comments