Skip to content

Commit

Permalink
build.sh(no ci): modify logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Locietta committed Dec 19, 2024
1 parent 2c42685 commit cd985fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ LOGICAL_CORES=${LOGICAL_CORES:-$(nproc)}
# Compile
#
if [ "$BRANCH" = "MAIN" ]; then
echo -e "Using $LOGICAL_CORES jobs for this non-LTS build..."
echo -e "Using $LOGICAL_CORES jobs for MAIN build..."
make CC='ccache clang -Qunused-arguments -fcolor-diagnostics' LLVM=1 LLVM_IAS=1 -j$LOGICAL_CORES
elif [ "$BRANCH" = "LTS" ]; then
echo -e "Using $LOGICAL_CORES jobs for this LTS build..."
echo -e "Using $LOGICAL_CORES jobs for LTS build..."
make LLVM=1 LLVM_IAS=1 -j$LOGICAL_CORES
fi

0 comments on commit cd985fc

Please sign in to comment.