summaryrefslogtreecommitdiff
path: root/jenkins.sh
diff options
context:
space:
mode:
authorOmair Javaid <omair.javaid@linaro.org>2019-01-31 17:22:53 +0500
committerOmair Javaid <omair.javaid@linaro.org>2019-01-31 17:24:57 +0500
commitfe0640744ecc8baec0e937c8f724bdece9f302fe (patch)
treed0bd760864c22f8c653f82c5ec0697ddb1cc1f3a /jenkins.sh
parentb24c8878502a14c12e1a0ee181111e1ec3920d4c (diff)
Remove overriden old prebuilt qemu binaries
We were overriding qemu with prebuilt binaries provided by Peter Maydell. Apparently we were doing so as those binaries show test improvements. As we have moved to docker containers we should update these binaries in docker files if needed. Change-Id: I2a95521d65682bffe2385fbc49aeb84058858f81
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-xjenkins.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/jenkins.sh b/jenkins.sh
index 9847a565..b2fab679 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -390,17 +390,6 @@ if test x"${debug}" = x"true"; then
export CONFIG_SHELL="/bin/bash -x"
fi
-# Download QEMU provided by Peter Maydell.
-# The tarball has README with version information.
-if [ x"$(uname -m)" = x"x86_64" ]; then
- wget --progress=dot:giga http://people.linaro.org/~maxim.kuvyrkov/qemu-20160707.tgz
- tar xf qemu-20160707.tgz
- export PATH="$(pwd)/qemu-wip:$PATH"
- for i in aarch64 arm armeb; do
- qemu-$i --version
- done
-fi
-
# Print some information about the build machine
echo Running on $(hostname)
uname -a