Skip to content

Commit

Permalink
tests: build: tools: skip building sched_ext
Browse files Browse the repository at this point in the history
It's BPF it required living in an alternate universe to build.

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Oct 29, 2024
1 parent efaf9c9 commit f08356b
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 user_events mm powerpc"
export SKIP_TARGETS="bpf dt 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 f08356b

Please sign in to comment.