Skip to content

Commit 894db1f

Browse files
authored
Rollup merge of #128367 - ojeda:rfl-ci-build-doctests-and-docs, r=Kobzol
CI: rfl: build the generated doctests and documentation Cc ``@tgross35`` r? ``@Kobzol`` try-job: x86_64-rust-for-linux
2 parents 40edd4f + 77cc18f commit 894db1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ci/docker/scripts/rfl-build.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ make -C linux LLVM=1 -j$(($(nproc) + 1)) \
6565
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
6666
samples/rust/rust_minimal.o \
6767
samples/rust/rust_print.o \
68-
drivers/net/phy/ax88796b_rust.o
68+
drivers/net/phy/ax88796b_rust.o \
69+
rust/doctests_kernel_generated.o
70+
71+
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
72+
rustdoc

0 commit comments

Comments
 (0)