CI: kernel: Show used OpenWrt configuration
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Aug 2022 16:22:52 +0000 (18:22 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 10 Aug 2022 19:29:06 +0000 (21:29 +0200)
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>
.github/workflows/kernel.yml

index 108edf24607d28c4b3eac6b457e00724d967b5be..37fba2f4ecc95129807efeae02baabbef83d97b9 100644 (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