File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 uses : actions/upload-artifact@v4
8585 with :
8686 name : finit-test-${{ matrix.compiler }}
87- path : |
88- test/*.log
89- test/sysroot/setup-sysroot.log
87+ path : test/*.log
Original file line number Diff line number Diff line change 6969 uses : actions/upload-artifact@v4
7070 with :
7171 name : finit-release-test-logs
72- path : |
73- finit-*/_build/sub/test/*.log
74- finit-*/_build/sub/test/sysroot/setup-sysroot.log
72+ path : finit-*/_build/sub/test/*.log
7573 - name : Extract ChangeLog entry ...
7674 run : |
7775 awk '/-----*/{if (x == 1) exit; x=1;next}x' doc/ChangeLog.md \
Original file line number Diff line number Diff line change 6464 uses : actions/upload-artifact@v4
6565 with :
6666 name : finit-weekly-test-logs
67- path : |
68- finit-*/_build/sub/test/*.log
69- finit-*/_build/sub/test/sysroot/setup-sysroot.log
67+ path : finit-*/_build/sub/test/*.log
Original file line number Diff line number Diff line change 22
33set -eu
44
5- # Log setup output for debugging
6- SETUP_LOG=" ${SYSROOT:- ./ sysroot} /setup-sysroot.log"
7- exec > >( tee " $SETUP_LOG " ) 2>&1
85echo " === Finit Test Sysroot Setup ==="
96echo " Date: $( date) "
107echo " SYSROOT: $SYSROOT "
You can’t perform that action at this time.
0 commit comments