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:
Corentin Noël
2023-08-29 16:55:53 +02:00
committed by Marge Bot
parent 6c469f9b19
commit 1c367933ba
2 changed files with 2 additions and 1 deletions

View File

@@ -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 \