[openwrt/openwrt] CI: kernel: Show used OpenWrt configuration
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 4 08:37:21 PST 2022
ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/0987df4af125336e7575419e6a0a48c9f071c56b
commit 0987df4af125336e7575419e6a0a48c9f071c56b
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>
(cherry picked from commit 43afaf6149129a72a8f3e5d3d0d545e54ac81b3a)
---
.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