Skip to content

Commit 4712083

Browse files
authored
libafl_qemu: do not test slirp in ci for usermode (#2644)
1 parent 9da113e commit 4712083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/parallellize_cargo_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"--exclude-features=prelude,python,sancov_pcguard_edges,arm,aarch64,i386,be,systemmode,whole_archive "
2424
"--no-dev-deps --exclude libafl_libfuzzer --exclude libafl_qemu --exclude libafl_qemu_sys --print-command-list;"
2525
"DOCS_RS=1 cargo hack check -p libafl_qemu -p libafl_qemu_sys --each-feature --clean-per-run "
26-
"--exclude-features=prelude,python,sancov_pcguard_edges,arm,aarch64,i386,be,systemmode,whole_archive "
26+
"--exclude-features=prelude,python,sancov_pcguard_edges,arm,aarch64,i386,be,systemmode,whole_archive,slirp "
2727
"--no-dev-deps --features usermode --print-command-list"
2828
)
2929

0 commit comments

Comments
 (0)