diff --git a/.github/actions/vmtest/action.yml b/.github/actions/vmtest/action.yml index 1bb52c6..398bb89 100644 --- a/.github/actions/vmtest/action.yml +++ b/.github/actions/vmtest/action.yml @@ -43,7 +43,10 @@ runs: run: | echo "::group::Prepare buidling selftest" cd .kernel - cp ${{ github.workspace }}/travis-ci/vmtest/configs/config-latest.${{ inputs.arch }} .config + cat tools/testing/selftests/bpf/config \ + tools/testing/selftests/bpf/config.${{ inputs.arch }} \ + ${{ github.workspace }}/travis-ci/vmtest/configs/config-latest \ + ${{ github.workspace }}/travis-ci/vmtest/configs/config-latest.${{ inputs.arch }} 2> /dev/null > .config && : make olddefconfig && make prepare cd - echo "::endgroup::"