From c1242c15af30085006c3103821dfef4a8baf977b Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 21 Apr 2025 11:07:07 +0200 Subject: [PATCH] ci/rust: Collapse build section Make the container build more readable and easier to follow in CI logs. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/build-rust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-rust.sh b/.gitlab-ci/container/build-rust.sh index 3d4f2c67f3f..23fede2564b 100644 --- a/.gitlab-ci/container/build-rust.sh +++ b/.gitlab-ci/container/build-rust.sh @@ -5,7 +5,7 @@ set -ex -uncollapsed_section_start rust "Building Rust toolchain" +section_start rust "Building Rust toolchain" # Pick a specific snapshot from rustup so the compiler doesn't drift on us. RUST_VERSION=1.78.0-2024-05-02