Skip to content

Commit

Permalink
Add selftests/sched_ext files to build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
theihor committed Oct 16, 2024
1 parent da08c52 commit 847218e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/tar-artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ if [ $archive_make_helpers -ne 0 ]; then
additional_file_list+=(
"scripts/"
"tools/testing/selftests/bpf/"
"tools/testing/selftests/sched_ext/"
"tools/include/"
"tools/bpf/bpftool/"
)
fi


tar -cf - \
kbuild-output \
"${additional_file_list[@]}" \
Expand All @@ -95,6 +95,7 @@ tar -cf - \
--exclude '*.h' \
--exclude '*.output' \
selftests/bpf/ \
selftests/sched_ext/ \
| zstd -T0 -19 -o "vmlinux-${arch}-${toolchain}.tar.zst"

# Cleanup and restore the original KBUILD_OUTPUT
Expand Down

0 comments on commit 847218e

Please sign in to comment.