Skip to content

Commit

Permalink
Always upload toolchain log artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmiel committed Oct 23, 2023
1 parent ab484b8 commit da94162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: ./sysroot/toolchain.sh

- name: Upload toolchain build logs
if: always()
uses: actions/upload-artifact@v3
with:
name: toolchain_logs
Expand Down
6 changes: 3 additions & 3 deletions sysroot/toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ $SPATH/build.sh gcc > $LOGDIR/gcc.log 2>&1
echo "Building mlibc..."
$SPATH/build.sh mlibc > $LOGDIR/mlibc.log 2>&1

echo "Building tzdb..."
$SPATH/build.sh tzdb > $LOGDIR/tzdb.log 2>&1

echo "Building libgcc..."
$SPATH/build.sh libgcc > $LOGDIR/libgcc.log 2>&1

echo "Building libstdc++..."
$SPATH/build.sh libstd > $LOGDIR/libstd.log 2>&1

echo "Building tzdb..."
$SPATH/build.sh cykusz_tzdb > $LOGDIR/cykusz_tzdb.log 2>&1

echo "Cross building binutils..."
$SPATH/build.sh cykusz_binutils > $LOGDIR/cykusz_binutils.log 2>&1

Expand Down

0 comments on commit da94162

Please sign in to comment.