We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac47c72 commit f26278bCopy full SHA for f26278b
staging.kernelci.org
@@ -232,8 +232,8 @@ cmd_docker() {
232
./kci docker $args gcc-10 kernelci --arch sparc
233
# only x86 is useful for KUnit (for now)
234
./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
+ # latest rustc for linux-next and rust-for-linux
+ ./kci docker $args rustc-1.72 kselftest kernelci --arch x86
237
238
# rootfs
239
./kci docker $args buildroot kernelci
0 commit comments