Skip to content

Commit 77cc18f

Browse files
committed
CI: rfl: build the documentation
Since the `rfl` CI job has not had almost any issue for some weeks, it is a good time to try to increase a bit the scope of what it tests. The kernel does not use any particular `rustdoc` unstable issue (apart from the doctests ones) so far, so in principle it should not introduce extra issues here, and may be a good extra test case for Rust. In addition, it may help to test new unstable features in the future. In the worst case, we can revert it. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent d280b8c commit 77cc18f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ make -C linux LLVM=1 -j$(($(nproc) + 1)) \
6767
samples/rust/rust_print.o \
6868
drivers/net/phy/ax88796b_rust.o \
6969
rust/doctests_kernel_generated.o
70+
71+
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
72+
rustdoc

0 commit comments

Comments
 (0)