From 7bdf67fed366707c9196b296e83fabdfb0130663 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 14 Dec 2023 22:17:39 +0100 Subject: [PATCH] kernelci.org: Update rust to 1.74 Rust is updated in kernelci-core to 1.74, time to update it in deploy scripts as well. Signed-off-by: Miguel Ojeda --- kernelci.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernelci.org b/kernelci.org index 24569aec..f1358bcc 100755 --- a/kernelci.org +++ b/kernelci.org @@ -239,7 +239,7 @@ cmd_docker() { # only x86 is useful for KUnit (for now) ./kci docker $args gcc-10 kunit kernelci --arch x86 # additional images for Rust - for rustc in rustc-1.73; do + for rustc in rustc-1.74; do ./kci docker $args $rustc kselftest kernelci for arch in x86; do ./kci docker $args $rustc kselftest kernelci --arch $arch