Skip to content

Commit

Permalink
Dont build llvm as part of toolchain, as it's too heavy for github wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
rafalmiel committed Oct 24, 2023
1 parent e8e42a3 commit de25c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysroot/toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ $SPATH/build.sh cykusz_bash > $LOGDIR/cykusz_bash.log 2>&1

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

echo "Cross building llvm..."
$SPATH/build.sh cykusz_llvm > $LOGDIR/cykusz_llvm.log 2>&1
#
#echo "Cross building llvm..."
#$SPATH/build.sh cykusz_llvm > $LOGDIR/cykusz_llvm.log 2>&1

echo "Success!"

0 comments on commit de25c3d

Please sign in to comment.