From 4ebf2e3baa1ce60741cd6963f69539c4f5aa1c32 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 17 May 2026 10:33:33 +0200 Subject: [PATCH] ci: bump bindgen version from 0.71.1 to 0.72.1 Part-of: --- .gitlab-ci/container/build-bindgen.sh | 2 +- .gitlab-ci/image-tags.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/container/build-bindgen.sh b/.gitlab-ci/container/build-bindgen.sh index 9884557aac8..283bd773052 100644 --- a/.gitlab-ci/container/build-bindgen.sh +++ b/.gitlab-ci/container/build-bindgen.sh @@ -8,7 +8,7 @@ section_start bindgen "Building bindgen" -BINDGEN_VER=0.71.1 +BINDGEN_VER=0.72.1 CBINDGEN_VER=0.26.0 # bindgen diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 8be9b3a83d2..bb54281b48a 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -20,7 +20,7 @@ include: variables: DEBIAN_BUILD_BASE_TAG: "20260604-rust196" - DEBIAN_BUILD_TAG: "20260504-screenshot" + DEBIAN_BUILD_TAG: "20260604-bindgen" DEBIAN_TEST_BASE_TAG: "20260604-rust196" DEBIAN_TEST_ANDROID_TAG: "20260602-angle-19" @@ -30,7 +30,7 @@ variables: ALPINE_X86_64_BUILD_TAG: "20260604-rust196" - FEDORA_X86_64_BUILD_TAG: "20260604-rust196" + FEDORA_X86_64_BUILD_TAG: "20260604-bindgen" KERNEL_TAG: "v6.19-mesa-712d" KERNEL_REPO: "gfx-ci/linux"