Skip to content

Commit 5143d2e

Browse files
committed
staging.kernelci.org: Update rust to 1.71
As rust updated in main tree, it was forgotted(by me) to make test change done here as permanent. Fixing that. Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 511c018 commit 5143d2e

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.70 for linux-next
236-
./kci docker $args rustc-1.70 kselftest kernelci --arch x86
235+
# rustc-1.71 for linux-next
236+
./kci docker $args rustc-1.71 kselftest kernelci --arch x86
237237

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

0 commit comments

Comments
 (0)