From 79c0c828c7410c01bbb2677a9c2b1cd4a9f545ad Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 4 Aug 2025 14:46:16 +0200 Subject: [PATCH] ci: document image tag to bump for rust build changes Part-of: --- .gitlab-ci/container/build-rust.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci/container/build-rust.sh b/.gitlab-ci/container/build-rust.sh index c06001e0704..e3616cc1b24 100644 --- a/.gitlab-ci/container/build-rust.sh +++ b/.gitlab-ci/container/build-rust.sh @@ -7,6 +7,10 @@ set -ex section_start rust "Building Rust toolchain" +# When changing this file, you need to bump the following +# .gitlab-ci/image-tags.yml tags: +# DEBIAN_BASE_TAG + # Pick a specific patch version from rustup so the compiler doesn't drift on us. RUST_VERSION=1.82.0