forked from alisw/ali-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 74006c1 into sapling-pr-archive-ktf
- Loading branch information
Showing
7 changed files
with
35 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ MAX_DIFF_SIZE=20000000 | |
TIMEOUT=120 | ||
LONG_TIMEOUT=36000 | ||
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777' | ||
INSTALL_ALIBUILD='alisw/[email protected].7#egg=alibuild' | ||
INSTALL_ALIBUILD='alisw/[email protected].10#egg=alibuild' | ||
INSTALL_ALIBOT='alisw/ali-bot@master#egg=ali-bot' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,10 +58,15 @@ rm -rf alidist/ | |
git config --global user.name 'ALICE Builder' | ||
git config --global user.email [email protected] | ||
|
||
PYTHON_USER_OPT="" | ||
if [[ -z "$VIRTUAL_ENV" ]]; then | ||
PYTHON_USER_OPT="--user" | ||
fi | ||
|
||
# Upgrade pip | ||
python3 -m pip install --user --upgrade pip | ||
python3 -m pip install ${PYTHON_USER_OPT} --upgrade pip | ||
# Install the latest release if ALIBUILD_SLUG is not provided | ||
python3 -m pip install --user --upgrade "${ALIBUILD_SLUG:+git+https://github.com/}${ALIBUILD_SLUG:-alibuild}" | ||
python3 -m pip install ${PYTHON_USER_OPT} --upgrade "${ALIBUILD_SLUG:+git+https://github.com/}${ALIBUILD_SLUG:-alibuild}" | ||
aliBuild analytics off | ||
|
||
# The alidist branches are always named with a trailing .0 instead of the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters