Skip to content

Commit 63b7155

Browse files
switch sanitize to use pktdump (#146)
1 parent 410696a commit 63b7155

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)