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>
(cherry picked from commit 43afaf6149)
This commit is contained in:
Hauke Mehrtens 2022-08-07 18:22:52 +02:00 committed by Josef Schlehofer
parent ae63723f0a
commit fde584a3ec
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 5 additions and 0 deletions

View File

@ -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