From: Martin Quinson Date: Wed, 3 Apr 2019 10:46:25 +0000 (+0200) Subject: gitlab-ci: apt update X-Git-Tag: v3.22.1~7^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3ca9199189c4b9f355f1ce26b591fb76d44f15d7 gitlab-ci: apt update --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8291b299b..6550632f49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ release: #only: #- schedules script: - - apt install -y binutils-x86-64-linux-gnu wget + - apt update && apt install -y binutils-x86-64-linux-gnu wget # Build the linux version of the jarfile without the boost dependency - apt remove -y libboost-context-dev libboost-stacktrace-dev - cmake -Denable_documentation=OFF -Denable_java=ON -Denable_lib_in_jar=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=OFF .