summaryrefslogtreecommitdiffstats
path: root/docker/build-vespa-internal.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-06-14 15:19:49 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-06-14 15:19:49 +0200
commit3b1c13be2f04ad630c69ebff3c3c177895a5d3d0 (patch)
treeef9a5dfecf061078e9a3e3ae45fc5d592ce44e0a /docker/build-vespa-internal.sh
parente3c6ab4ce1f42c348c04e1f35a4a1a2e647e3256 (diff)
Use yum-builddep to fetch direct build dependencies to avoid specifying this multiple places.
Diffstat (limited to 'docker/build-vespa-internal.sh')
-rwxr-xr-xdocker/build-vespa-internal.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/build-vespa-internal.sh b/docker/build-vespa-internal.sh
index f79e936c800..8fd288d1954 100755
--- a/docker/build-vespa-internal.sh
+++ b/docker/build-vespa-internal.sh
@@ -12,6 +12,7 @@ CALLER_GID=$3
cd /vespa
./dist.sh ${VESPA_VERSION}
+yum-builddep -y ~/rpmbuild/SPECS/vespa-${VESPA_VERSION}.spec
rpmbuild -bb ~/rpmbuild/SPECS/vespa-${VESPA_VERSION}.spec
chown ${CALLER_UID}:${CALLER_GID} ~/rpmbuild/RPMS/x86_64/*.rpm
mv ~/rpmbuild/RPMS/x86_64/*.rpm /vespa/docker