aboutsummaryrefslogtreecommitdiff
path: root/tcwg-gcc-bisect.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-02-20 10:14:50 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-02-20 10:14:50 +0000
commit0a526dc9868506962205edeb1413df3cddda0d53 (patch)
tree255c5624c3e7ea025cfc632d2ff1cf17005a2a1d /tcwg-gcc-bisect.yaml
parente3ace65bb482a394294c8b2badcaf1ffdbfa1f93 (diff)
tcwg-gcc-bisect: Try another workaround
Change-Id: I824038b7686ae78e4488b4a0939dcc20de1a3554
Diffstat (limited to 'tcwg-gcc-bisect.yaml')
-rw-r--r--tcwg-gcc-bisect.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tcwg-gcc-bisect.yaml b/tcwg-gcc-bisect.yaml
index 2659db81..4d0d918f 100644
--- a/tcwg-gcc-bisect.yaml
+++ b/tcwg-gcc-bisect.yaml
@@ -74,7 +74,6 @@
rm -rf jenkins-scripts
git clone --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
- . jenkins-scripts/jenkins-helpers.sh
# Configure git user info to make git stash happy. It is
# used during the second build, because the sources are
@@ -83,8 +82,8 @@
git config --global user.name "TCWG BuildSlave"
# Start build container
- builder=$(print_host_for_node $NODE_NAME)
- bash -x ./jenkins-scripts/start-container-docker.sh --session-host ${builder} --distro ${build_container_tag} --prefix build_ > build-container.sh
+ # Force amd64 arch to workaround a bug in jenkins-helpers.sh
+ bash -x ./jenkins-scripts/start-container-docker.sh --arch amd64 --node $NODE_NAME --distro ${build_container_tag} --prefix build_ > build-container.sh
# Define build_CONTAINER_RSH and build_container_cleanup
. ./build-container.sh