File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments