Skip to content
Snippets Groups Projects
Commit bca124a4 authored by Denis_P's avatar Denis_P :field_hockey: Committed by GitHub
Browse files

CI: temporarily build docs with a nightly compiler (#5508)

parent d437a33e
No related merge requests found
......@@ -514,7 +514,8 @@ build-rustdoc:
- ./crate-docs/
script:
# FIXME: it fails with `RUSTDOCFLAGS="-Dwarnings"` and `--all-features`
- time cargo doc --workspace --verbose
# FIXME: return to stable when https://github.com/rust-lang/rust/issues/96937 gets into stable
- time cargo +nightly doc --workspace --verbose
- rm -f ./target/doc/.lock
- mv ./target/doc ./crate-docs
# FIXME: remove me after CI image gets nonroot
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment