diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-07 18:22:52 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-10 21:29:06 +0200 |
commit | 43afaf6149129a72a8f3e5d3d0d545e54ac81b3a (patch) | |
tree | 692d132a039a0f6ec8493d22754880dda8ef64c1 /.github | |
parent | 7b4daf00766620faac8212b46259064ca6e2c716 (diff) | |
download | upstream-43afaf6149129a72a8f3e5d3d0d545e54ac81b3a.tar.gz upstream-43afaf6149129a72a8f3e5d3d0d545e54ac81b3a.tar.bz2 upstream-43afaf6149129a72a8f3e5d3d0d545e54ac81b3a.zip |
CI: kernel: Show used OpenWrt configuration
Show the configuration used to build OpenWrt before starting the build.
This should make it easier for people to reproduce problems when it
fails.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/kernel.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index 108edf2460..37fba2f4ec 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -100,6 +100,11 @@ jobs: make defconfig + - name: Show configuration + shell: su buildbot -c "sh -e {0}" + working-directory: openwrt + run: ./scripts/diffconfig.sh + - name: Build tools shell: su buildbot -c "sh -e {0}" working-directory: openwrt |