Sean Wilson has uploaded this change for review. (
https://gem5-review.googlesource.com/3784
Change subject: tests: Add gem5 pre-requisite package installation in
jenkins scripts
......................................................................
tests: Add gem5 pre-requisite package installation in jenkins scripts
Change-Id: I08878c95f80b3a2312623cfdf99353b0d03649d1
---
M tests/jenkins/continuous.sh
M tests/jenkins/presubmit.sh
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/tests/jenkins/continuous.sh b/tests/jenkins/continuous.sh
index 5bfea29..58afdbb 100755
--- a/tests/jenkins/continuous.sh
+++ b/tests/jenkins/continuous.sh
@@ -39,6 +39,11 @@
set -e
+apt-get install cpu-checker curl g++ gcc-arm-linux-gnueabi git-core \
+git-gui gitk libboost-all-dev libgoogle-perftools-dev libprotobuf-dev \
+libprotoc-dev libssl-dev m4 parallel pigz protobuf-compiler python \
+python-pip scons subversion swig zlib1g-dev
+
BUILD_JOBS=4
GEM5_ARCH="ALPHA ARM MIPS NULL POWER SPARC X86"
diff --git a/tests/jenkins/presubmit.sh b/tests/jenkins/presubmit.sh
index 5bfea29..58afdbb 100755
--- a/tests/jenkins/presubmit.sh
+++ b/tests/jenkins/presubmit.sh
@@ -39,6 +39,11 @@
set -e
+apt-get install cpu-checker curl g++ gcc-arm-linux-gnueabi git-core \
+git-gui gitk libboost-all-dev libgoogle-perftools-dev libprotobuf-dev \
+libprotoc-dev libssl-dev m4 parallel pigz protobuf-compiler python \
+python-pip scons subversion swig zlib1g-dev
+
BUILD_JOBS=4
GEM5_ARCH="ALPHA ARM MIPS NULL POWER SPARC X86"
--
To view, visit https://gem5-review.googlesource.com/3784
To unsubscribe, visit https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I08878c95f80b3a2312623cfdf99353b0d03649d1
Gerrit-Change-Number: 3784
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Wilson <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev