Skip to content

Commit

Permalink
entrypoint.sh: Set V=12 option to MAKE_OPTS unless $CI
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Jul 11, 2023
1 parent c68de79 commit 97b1366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ unset IFS

if "$CI"; then
MAKE_OPTS="V=0 $MAKE_OPTS"
else
MAKE_OPTS="V=12 $MAKE_OPTS"
fi

USE_PIP_WITH_BREAK_SYSTEM_PACKAGES=("gentoo")
Expand Down

0 comments on commit 97b1366

Please sign in to comment.