mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 09:40:40 +02:00
ci: Add locked flag to bindgen-cli installation
Ensures that the bindgen-cli dependencies are not changing. Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24936>
This commit is contained in:
parent
6c469f9b19
commit
1c367933ba
2 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
variables:
|
||||
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
|
||||
DEBIAN_BASE_TAG: "2023-08-03-mold"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue