Skip to content

Commit d280b8c

Browse files
committed
CI: rfl: build the generated doctests
We were already generating the doctests, which should already catch most issues with our hack around `--test-builder` and `--no-run`. However, we were not building the result of that transformation, thus build it for completeness and to ensure the hack may not have produced something completely broken. In the worst case, we can revert it. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 66e5852 commit d280b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ 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

0 commit comments

Comments
 (0)