From be6a0e0619e58fac6b3a0536bc6583172428a36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Tue, 29 Aug 2023 16:55:53 +0200 Subject: [PATCH] ci: Add locked flag to bindgen-cli installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensures that the bindgen-cli dependencies are not changing. Signed-off-by: Corentin Noël Part-of: (cherry picked from commit 1c367933ba2cf927773c72129f18eae22f99db2d) --- .gitlab-ci/container/build-crosvm.sh | 1 + .gitlab-ci/image-tags.yml | 2 +- .pick_status.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/container/build-crosvm.sh b/.gitlab-ci/container/build-crosvm.sh index 447c7c8f012..1486edf0a28 100644 --- a/.gitlab-ci/container/build-crosvm.sh +++ b/.gitlab-ci/container/build-crosvm.sh @@ -25,6 +25,7 @@ cargo update -p pkg-config@0.3.26 --precise 0.3.27 RUSTFLAGS='-L native=/usr/local/lib' cargo install \ bindgen-cli \ + --locked \ -j ${FDO_CI_CONCURRENT:-4} \ --root /usr/local \ --version 0.65.1 \ diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index a7fc7c3c137..448f9cd43e7 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -1,6 +1,6 @@ variables: DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base" - DEBIAN_BASE_TAG: "2023-07-10-virglrenderer" + DEBIAN_BASE_TAG: "2023-08-30-bindgen-cli" DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build" DEBIAN_BUILD_TAG: "2023-06-24-agility-711" diff --git a/.pick_status.json b/.pick_status.json index d8e49074d94..98b77a7617d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -74,7 +74,7 @@ "description": "ci: Add locked flag to bindgen-cli installation", "nominated": false, "nomination_type": 3, - "resolution": 4, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null @@ -30149,4 +30149,4 @@ "because_sha": null, "notes": null } -] \ No newline at end of file +]