Skip to content

Commit 29b20f5

Browse files
committed
staging.kernelci.org: Start building Rust-1.68
As per kernelci/kernelci-core#1890 we need to start building Rust 1.68. Update deploy script, first for staging, to test that. Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 5911734 commit 29b20f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging.kernelci.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ cmd_docker() {
229229
./kci docker $args gcc-10 kernelci --arch sparc
230230
# only x86 is useful for KUnit (for now)
231231
./kci docker $args gcc-10 kunit kernelci --arch x86
232-
# rustc-1.62 for linux-next
233-
./kci docker $args rustc-1.62 kselftest kernelci
232+
# rustc-1.68 for linux-next
233+
./kci docker $args rustc-1.68 kselftest kernelci
234234

235235
# rootfs
236236
./kci docker $args buildroot kernelci

0 commit comments

Comments
 (0)