Skip to content

Commit 9ad00d3

Browse files
committed
tests: build: tools: skip building kvm
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]>
1 parent e4397f9 commit 9ad00d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/patch/build_tools/build_tools.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "Now at:"
3232
git log -1 --pretty='%h ("%s")' HEAD
3333

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

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

0 commit comments

Comments
 (0)