diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-07 18:22:52 +0200 |
|---|---|---|
| committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-12-04 16:26:59 +0100 |
| commit | fde584a3ec82cad9f9d04f99220d30d7a01bfde7 (patch) | |
| tree | 3ae7c288ba99b12438f3f32f9dcf4170fa7d6062 | |
| parent | ae63723f0ad5392378d06b29cb800266c3ed6858 (diff) | |
| download | upstream-fde584a3ec82cad9f9d04f99220d30d7a01bfde7.tar.gz upstream-fde584a3ec82cad9f9d04f99220d30d7a01bfde7.tar.bz2 upstream-fde584a3ec82cad9f9d04f99220d30d7a01bfde7.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>
(cherry picked from commit 43afaf6149129a72a8f3e5d3d0d545e54ac81b3a)
| -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 108edf24607..37fba2f4ecc 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 |
