Skip to content

Commit e098882

Browse files
ojedaemilio
authored andcommitted
ci: use stable toolchain again
Now that the Rust for Linux job is moved forward to v6.14, we can use Rust 1.86.0, i.e. the current stable, again. Thus revert the previous change. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent adeba9e commit e098882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bindgen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Install stable
155155
uses: dtolnay/rust-toolchain@master
156156
with:
157-
toolchain: 1.85.1
157+
toolchain: stable
158158
- name: Install libtinfo
159159
if: matrix.os == 'ubuntu-latest'
160160
run: |

ci/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ CONFIG_KUNIT=y
125125
CONFIG_RUST_KERNEL_DOCTESTS=y
126126
EOF
127127

128-
make -C linux KBUILD_VERBOSE=1 LLVM=1 -j$(($(nproc) + 1)) \
128+
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
129129
rustavailable \
130130
defconfig \
131131
rfl-for-bindgen-ci.config
132132

133133
# Build Rust for Linux
134-
make -C linux LLVM=1 KBUILD_VERBOSE=1 -j$(($(nproc) + 1)) \
134+
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
135135
samples/rust/rust_minimal.o \
136136
samples/rust/rust_print_main.o \
137137
drivers/net/phy/ax88796b_rust.o

0 commit comments

Comments
 (0)