Skip to content

Commit 4647a77

Browse files
committed
build-configs.yaml: move rust-next to Rust 1.68
This moves both `rust-for-linux_rust-next` and `next`'s Rust variant. As discussed [1], for this kind of upgrades, we will move KernelCI first and then I will apply push the branch. The run is expected to fail if it happens to run between those two moves. Link: kernelci#1890 (comment) [1] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 3556633 commit 4647a77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/core/build-configs.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1189,8 +1189,8 @@ build_configs:
11891189
architectures:
11901190
<<: *arch_clang_configs
11911191

1192-
rustc-1.62:
1193-
build_environment: rustc-1.62
1192+
rustc-1.68:
1193+
build_environment: rustc-1.68
11941194
fragments: [rust, rust-samples, kselftest]
11951195
architectures:
11961196
x86_64:
@@ -1350,8 +1350,8 @@ build_configs:
13501350
tree: rust-for-linux
13511351
branch: 'rust-next'
13521352
variants:
1353-
rustc-1.62:
1354-
build_environment: rustc-1.62
1353+
rustc-1.68:
1354+
build_environment: rustc-1.68
13551355
fragments: [rust, rust-samples, kselftest]
13561356
architectures:
13571357
x86_64:

0 commit comments

Comments
 (0)