Skip to content

Commit

Permalink
libafl_qemu: do not test slirp in ci for usermode (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain authored Oct 30, 2024
1 parent 9da113e commit 4712083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parallellize_cargo_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"--exclude-features=prelude,python,sancov_pcguard_edges,arm,aarch64,i386,be,systemmode,whole_archive "
"--no-dev-deps --exclude libafl_libfuzzer --exclude libafl_qemu --exclude libafl_qemu_sys --print-command-list;"
"DOCS_RS=1 cargo hack check -p libafl_qemu -p libafl_qemu_sys --each-feature --clean-per-run "
"--exclude-features=prelude,python,sancov_pcguard_edges,arm,aarch64,i386,be,systemmode,whole_archive "
"--exclude-features=prelude,python,sancov_pcguard_edges,arm,aarch64,i386,be,systemmode,whole_archive,slirp "
"--no-dev-deps --features usermode --print-command-list"
)

Expand Down

0 comments on commit 4712083

Please sign in to comment.