summaryrefslogtreecommitdiff
path: root/scripts/prepare_build.sh
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-04-15 16:33:29 +0200
committerKamil Trzciński <ayufan@ayufan.eu>2019-04-15 16:33:29 +0200
commitbad7933d88e99bbb52780d4f48effcd190bf452d (patch)
tree0a9018547454ddddecc790e65eef756c6e3a7b04 /scripts/prepare_build.sh
parent0facd44acee6a516cd3e2dc272cbc0c6b2b0ecd0 (diff)
downloadgitlab-ce-eat-my-data.tar.gz
Diffstat (limited to 'scripts/prepare_build.sh')
-rw-r--r--scripts/prepare_build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index b32d0c818f2..d5ec3f28144 100644
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -5,8 +5,11 @@ export USE_BUNDLE_INSTALL=${USE_BUNDLE_INSTALL:-true}
export BUNDLE_INSTALL_FLAGS="--without=production --jobs=$(nproc) --path=vendor --retry=3 --quiet"
# install eatmydata
-wget http://ftp.us.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_105-5_amd64.deb
+wget http://ftp.us.debian.org/debian/pool/main/libe/libeatmydata/libeatmydata1_105-5_amd64.deb \
+ http://ftp.us.debian.org/debian/pool/main/libe/libeatmydata/eatmydata_105-5_all.deb
+
dpkg -i libeatmydata1_105-5_amd64.deb
+dpkg -i eatmydata_105-5_all.deb
if [ "$USE_BUNDLE_INSTALL" != "false" ]; then
bundle install --clean $BUNDLE_INSTALL_FLAGS && bundle check