summaryrefslogtreecommitdiffstats
path: root/docker/vespa-ci-internal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/vespa-ci-internal.sh')
-rwxr-xr-xdocker/vespa-ci-internal.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/vespa-ci-internal.sh b/docker/vespa-ci-internal.sh
index caa64824044..a628550df75 100755
--- a/docker/vespa-ci-internal.sh
+++ b/docker/vespa-ci-internal.sh
@@ -19,6 +19,7 @@ mkdir "${BUILD_DIR}"
git clone --no-checkout --local --no-hardlinks file:///vespa "${SOURCE_DIR}"
cd "${SOURCE_DIR}"
git checkout --detach ${GIT_COMMIT}
+yum-builddep -y ./dist/vespa.spec
source /opt/rh/devtoolset-6/enable || true
sh ./bootstrap.sh full
MAVEN_OPTS="-Xms512m -Xmx512m" mvn install