From: Augustin Degomme Date: Mon, 4 Oct 2021 08:19:44 +0000 (+0200) Subject: update ca-certificates package for bigdft build, as we need the latest version to... X-Git-Tag: v3.29~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b9b9a65bf5a521e2901c844f968d67ea4c0aba72 update ca-certificates package for bigdft build, as we need the latest version to pull from framagit, pending an update in the root container itself --- diff --git a/tools/jenkins/ci-bigdft.sh b/tools/jenkins/ci-bigdft.sh index 34eedd0537..2097ee09f5 100755 --- a/tools/jenkins/ci-bigdft.sh +++ b/tools/jenkins/ci-bigdft.sh @@ -10,6 +10,7 @@ echo "XXXXXXXXXXXXXXXX Install APT dependencies" SUDO="" # to ease the local testing $SUDO apt-get -y update $SUDO apt-get -y install python-is-python3 python3-setuptools libboost-dev +$SUDO apt-get -y install --only-upgrade ca-certificates echo "XXXXXXXXXXXXXXXX build and test BigDFT (git version)" git clone --depth=1 https://gitlab.com/l_sim/bigdft-suite.git