Bug 1328617 - Switch Linux jobs for building clang to use the releng API proxy for accessing tooltool; r=dustin

This commit is contained in:
Ehsan Akhgari
2017-01-03 23:40:00 -05:00
parent 11b0dc7d40
commit 05f2c5a464
5 changed files with 22 additions and 22 deletions

View File

@@ -9,13 +9,8 @@ UPLOAD_DIR=$WORKSPACE/artifacts
cd $HOME_DIR/src
chmod +x taskcluster/docker/recipes/tooltool.py
: TOOLTOOL_CACHE ${TOOLTOOL_CACHE:=/home/worker/tooltool-cache}
export TOOLTOOL_CACHE
TOOLTOOL_MANIFEST=browser/config/tooltool-manifests/macosx64/cross-clang.manifest
./taskcluster/docker/recipes/tooltool.py --url=http://relengapi/tooltool/ -m "${TOOLTOOL_MANIFEST}" fetch
. taskcluster/scripts/misc/tooltool-download.sh
# ld needs libLTO.so from llvm
export LD_LIBRARY_PATH=$HOME_DIR/src/clang/lib