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 76ab810 into sapling-pr-archive-ktf
- Loading branch information
Showing
4 changed files
with
11 additions
and
30 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].6#egg=alibuild' | ||
INSTALL_ALIBUILD='alisw/[email protected].7#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,19 +58,10 @@ rm -rf alidist/ | |
git config --global user.name 'ALICE Builder' | ||
git config --global user.email [email protected] | ||
|
||
# Set the default python and pip depending on the architecture... | ||
case $ARCHITECTURE in | ||
*) PIP=pip3 PYTHON=python3 ;; | ||
esac | ||
# ...and override it if PYTHON_VERSION is specified. | ||
case "$PYTHON_VERSION" in | ||
3) PIP=pip3 PYTHON=python3 ;; | ||
esac | ||
|
||
# Upgrade pip | ||
$PIP install --user --upgrade pip | ||
python3 -m pip install --user --upgrade pip | ||
# Install the latest release if ALIBUILD_SLUG is not provided | ||
$PIP install --user --upgrade "${ALIBUILD_SLUG:+git+https://github.com/}${ALIBUILD_SLUG:-alibuild}" | ||
python3 -m pip install --user --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