Skip to content

Commit

Permalink
build-kernel: Add selftests/bpf/config.vm to the list of config files
Browse files Browse the repository at this point in the history
In preparation of landing v2 of https://lore.kernel.org/bpf/ZTxaRT8AXCNXYmRd@surya/T/#t

Include config.vm files, which in the future will include VM related kernel configs

Signed-off-by: Manu Bretelle <[email protected]>
  • Loading branch information
chantra committed Oct 31, 2023
1 parent f9d59b3 commit 806e5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ foldable start build_kernel "Building kernel with $TOOLCHAIN"
# $1 - path to config file to create/overwrite
cat_kernel_config() {
cat ${GITHUB_WORKSPACE}/tools/testing/selftests/bpf/config \
${GITHUB_WORKSPACE}/tools/testing/selftests/bpf/config.vm \
${GITHUB_WORKSPACE}/tools/testing/selftests/bpf/config.${ARCH} \
${GITHUB_WORKSPACE}/ci/vmtest/configs/config \
${GITHUB_WORKSPACE}/ci/vmtest/configs/config.${ARCH} 2> /dev/null > "${1}"
Expand Down

0 comments on commit 806e5b4

Please sign in to comment.