From: Hauke Mehrtens Date: Sun, 7 Aug 2022 16:22:52 +0000 (+0200) Subject: CI: kernel: Show used OpenWrt configuration X-Git-Tag: v23.05.0-rc1~2801 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=43afaf6149129a72a8f3e5d3d0d545e54ac81b3a;hp=7b4daf00766620faac8212b46259064ca6e2c716;p=openwrt%2Fopenwrt.git 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 --- 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