X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=c3ca516fc2695aced2e4d186b000f0a2694f399e;hb=75e46738b4ca17daeafcefd41de55b12e92e6569;hp=f453e172739dcdee534ed7bd84cec1064417cba3;hpb=cbd189524f6d4ed727227c917575c5774a281668;p=soc.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f453e172..c3ca516f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,12 @@ cache: - ccache - .cache/pip - apt-cache + when: 'always' variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" GIT_SUBMODULE_STRATEGY: recursive + GIT_DEPTH: 500 build: stage: build @@ -111,7 +113,7 @@ build: - pip install dist/sfpy*.whl - popd - - cargo install maturin + - python3 -m pip install 'maturin>=0.11,<0.12' - git clone --depth 1 https://git.libre-soc.org/git/power-instruction-analyzer.git pia - pushd pia - maturin build --cargo-extra-args=--features=python-extension