X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=fab4bcb3ad6f8e033a2d0f6785b404dfd7878733;hb=6891172f1bffde3f2b322a9151c21964b8f6f35d;hp=670de134e09b149507430248e2d4ea0d8adfcc38;hpb=285c619c6b0c0e2eb22aff0616e437ef9ee3adb1;p=soc.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 670de134..fab4bcb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,14 +13,15 @@ variables: build: stage: build before_script: - - apt-get -o dir::cache::archives="apt-cache" update + - mkdir -p apt-cache + - apt-get -o dir::cache::archives="$(pwd)/apt-cache" update - >- - apt-get -o dir::cache::archives="apt-cache" -y install + apt-get -o dir::cache::archives="$(pwd)/apt-cache" -y install build-essential git python3-dev python3-pip python3-setuptools python3-wheel pkg-config tcl-dev libreadline-dev bison flex libffi-dev ccache python3-venv binutils-powerpc64-linux-gnu binutils-powerpc64le-linux-gnu - autoconf gperf libgmp-dev + autoconf gperf libgmp-dev libmpfr-dev - export PATH="/usr/lib/ccache:$PATH" - export CCACHE_BASEDIR="$PWD" - export CCACHE_DIR="$PWD/ccache"