Skip to content

Commit 255bdfe

Browse files
committed
chore: debug gha bustage
1 parent d0f0ef6 commit 255bdfe

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,15 @@ jobs:
308308
echo "WFX_PRE_RELEASE should be 0. ${WFX_PRE_RELEASE}"
309309
fi
310310
export GEN_PGO=1
311-
./mach build
311+
./mach build -v
312+
- name: 🐛 Debug toolchain config (on failure)
313+
if: failure()
314+
run: |
315+
grep -nE '^(CC|CXX|AS|LD) ?=' obj-${{ matrix.arch }}/config/autoconf.mk || true
316+
grep -nE '^(CC|CXX|AS|LD)=' obj-${{ matrix.arch }}/config/external/nspr/config.log || true
317+
grep -n "configure:.*checking for the assembler" -n obj-${{ matrix.arch }}/config/external/nspr/config.log || true
318+
grep -n "checking for the target C compiler" -n obj-${{ matrix.arch }}/config.log || true
319+
grep -n "checking for target linker" -n obj-${{ matrix.arch }}/config.log || true
312320
- name: 📦 Package
313321
run: |
314322
./mach package

0 commit comments

Comments
 (0)