rusticl: bump bindgen req to 0.65

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25265>
This commit is contained in:
Karol Herbst
2023-09-17 12:44:34 +02:00
committed by Marge Bot
parent c46cd101e1
commit 86a11248a5
4 changed files with 4 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ python3 -m pip install --break-system-packages -r .gitlab-ci/lava/requirements.t
# install bindgen
RUSTFLAGS='-L native=/usr/local/lib' cargo install \
bindgen-cli --version 0.62.0 \
bindgen-cli --version 0.65.1 \
--locked \
-j ${FDO_CI_CONCURRENT:-4} \
--root /usr/local

View File

@@ -16,7 +16,7 @@ variables:
DEBIAN_BASE_TAG: "20240503-mold"
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
DEBIAN_BUILD_TAG: "20240503-mold"
DEBIAN_BUILD_TAG: "20240509-bindgen"
DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base"