Skip to content

Commit f26278b

Browse files
committed
staging.kernelci.org: build rustc-1.72
Build the rustc-1.72 Docker image on staging as the version is being upgraded from 1.71. Signed-off-by: Guillaume Tucker <[email protected]>
1 parent ac47c72 commit f26278b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging.kernelci.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ cmd_docker() {
232232
./kci docker $args gcc-10 kernelci --arch sparc
233233
# only x86 is useful for KUnit (for now)
234234
./kci docker $args gcc-10 kunit kernelci --arch x86
235-
# rustc-1.71 for linux-next
236-
./kci docker $args rustc-1.71 kselftest kernelci --arch x86
235+
# latest rustc for linux-next and rust-for-linux
236+
./kci docker $args rustc-1.72 kselftest kernelci --arch x86
237237

238238
# rootfs
239239
./kci docker $args buildroot kernelci

0 commit comments

Comments
 (0)