Skip to content

Commit

Permalink
Delete GCC static on CI after compiling musl to earn some hard disk…
Browse files Browse the repository at this point in the history
… space
  • Loading branch information
piranna committed Nov 30, 2016
1 parent 1bb1cd5 commit 681e808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ if [[ ! -d $STEP_DIR ]]; then
DESTDIR=$OUT_DIR/$TARGET $MAKE install || exit 43
) || err $?

if [[ $CI ]]; then
rmStep $OBJ_GCC_STATIC
fi

printf "${GRN}Successfully compiled musl${CLR}${NWL}"
fi

Expand Down

0 comments on commit 681e808

Please sign in to comment.