Skip to content

Commit

Permalink
tests: build: tools: skip building kvm
Browse files Browse the repository at this point in the history
The define VMX_BASIC_MEM_TYPE_WB does not seem to exist anymore.

This will like get fixed during the merge window, but we don't
care about KVM in the first place.

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Nov 9, 2024
1 parent e4397f9 commit 9ad00d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/patch/build_tools/build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "Now at:"
git log -1 --pretty='%h ("%s")' HEAD

# These are either very slow or don't build
export SKIP_TARGETS="bpf dt landlock livepatch lsm sched_ext user_events mm powerpc"
export SKIP_TARGETS="bpf dt kvm landlock livepatch lsm sched_ext user_events mm powerpc"

pr "Cleaning"
make O=$output_dir $build_flags -C tools/testing/selftests/ clean
Expand Down

0 comments on commit 9ad00d3

Please sign in to comment.