From e46d31be29c9367caede117c41a6b11a55248316 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sat, 18 Sep 2021 17:56:41 -0300 Subject: [PATCH] Use a pre-compiled version of maturin Should save compile time on the Gitlab CI runner. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0548075..867411fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,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 -- 2.30.2