Skip to content

Commit f08356b

Browse files
committed
tests: build: tools: skip building sched_ext
It's BPF it required living in an alternate universe to build. Signed-off-by: Jakub Kicinski <[email protected]>
1 parent efaf9c9 commit f08356b

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 user_events mm powerpc"
35+
export SKIP_TARGETS="bpf dt 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)