Skip to content

Commit

Permalink
run: Support purecap-benchmark for kernel-abi option
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtc27 committed May 29, 2024
1 parent 7799827 commit 4415e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycheribuild/projects/run_qemu.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def setup_config_options(cls, **kwargs):
"kernel-abi",
show_help=True,
kind=KernelABI,
enum_choices=[KernelABI.HYBRID, KernelABI.PURECAP],
enum_choices=[KernelABI.HYBRID, KernelABI.PURECAP, KernelABI.PURECAP_BENCHMARK],
help="Select extra kernel variant with the given ABI to run.",
)

Expand Down

0 comments on commit 4415e59

Please sign in to comment.