missed reset of d_valid in dcache.py and missed that its
[soc.git] / .gitlab-ci.yml
index f453e172739dcdee534ed7bd84cec1064417cba3..c3ca516fc2695aced2e4d186b000f0a2694f399e 100644 (file)
@@ -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