[openwrt/openwrt] CI: kernel: Show used OpenWrt configuration

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 10 12:30:17 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/43afaf6149129a72a8f3e5d3d0d545e54ac81b3a

commit 43afaf6149129a72a8f3e5d3d0d545e54ac81b3a
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Aug 7 18:22:52 2022 +0200

    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 at hauke-m.de>
---
 .github/workflows/kernel.yml | 5 +++++
 1 file changed, 5 insertions(+)

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




More information about the lede-commits mailing list