Skip to content

Commit

Permalink
Exclude intel_pt feature from CI as all systemmode feats
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Jan 8, 2025
1 parent 1fcf6ba commit 22e03e0
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,slirp "
"--exclude-features=prelude,python,sancov_pcguard_edges,arm,aarch64,i386,be,systemmode,whole_archive,slirp,intel_pt,intel_pt_export_raw "
"--no-dev-deps --features usermode --print-command-list"
)

Expand Down

0 comments on commit 22e03e0

Please sign in to comment.