about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-07-30 22:51:37 +0200
committerGitHub <noreply@github.com>2024-07-30 22:51:37 +0200
commit894db1f22f9c028f73ddeb4e623e6750295345af (patch)
tree86a51ff5948dd34a4e0b0c05bb2a19f4899d4072 /src/ci
parent40edd4f1c650c59989ea051ea729dd438121ea51 (diff)
parent77cc18fd79073beada6dcd1e392be7996683503d (diff)
downloadrust-894db1f22f9c028f73ddeb4e623e6750295345af.tar.gz
rust-894db1f22f9c028f73ddeb4e623e6750295345af.zip
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
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/docker/scripts/rfl-build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh
index 3acc09e0b9b..d690aac27fa 100755
--- a/src/ci/docker/scripts/rfl-build.sh
+++ b/src/ci/docker/scripts/rfl-build.sh
@@ -65,4 +65,8 @@ make -C linux LLVM=1 -j$(($(nproc) + 1)) \
 make -C linux LLVM=1 -j$(($(nproc) + 1)) \
     samples/rust/rust_minimal.o \
     samples/rust/rust_print.o \
-    drivers/net/phy/ax88796b_rust.o
+    drivers/net/phy/ax88796b_rust.o \
+    rust/doctests_kernel_generated.o
+
+make -C linux LLVM=1 -j$(($(nproc) + 1)) \
+    rustdoc