diff options
| author | Miguel Ojeda <ojeda@kernel.org> | 2024-07-29 00:51:33 +0200 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2024-07-29 23:18:15 +0200 |
| commit | d280b8ca14edea616af39f0f0642f1aeb6714243 (patch) | |
| tree | c74f2168844596dacdb8ab046eb735fba56d7f62 /src/ci/docker/scripts | |
| parent | 66e5852c3bd022e2a589a089a0bc8392f8b291e1 (diff) | |
| download | rust-d280b8ca14edea616af39f0f0642f1aeb6714243.tar.gz rust-d280b8ca14edea616af39f0f0642f1aeb6714243.zip | |
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>
Diffstat (limited to 'src/ci/docker/scripts')
| -rwxr-xr-x | src/ci/docker/scripts/rfl-build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh index 3acc09e0b9b..4e3079b35ca 100755 --- a/src/ci/docker/scripts/rfl-build.sh +++ b/src/ci/docker/scripts/rfl-build.sh @@ -65,4 +65,5 @@ 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 |
