Skip to content

Commit

Permalink
kernelci.org: Update rust to 1.74
Browse files Browse the repository at this point in the history
Rust is updated in kernelci-core to 1.74, time to update it
in deploy scripts as well.

Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda authored and nuclearcat committed Dec 25, 2023
1 parent c636510 commit c4ec303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernelci.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4ec303

Please sign in to comment.