From 4475db07eb5d9a1f3c2c72f001f3496dfdac140b Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Fri, 7 Jul 2023 11:42:55 +0200 Subject: CI: Install critcmp with the version of dependencies in its Cargo.lock. - It avoids the issue of pulling newer dependencies that may not work with the version of Rust compiler used in the image. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9b0da9d..e2ebd154 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,7 +145,7 @@ benchmarks: - schedules before_script: - *before_script_start - - cargo install critcmp + - cargo install --locked critcmp - *before_script_end script: - cargo bench -- --color always --save-baseline $CI_COMMIT_SHA -- cgit v1.2.3