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

This commit is contained in:
Denis Pisarev
2022-05-11 20:23:30 +02:00
committed by GitHub
parent d437a33e0b
commit bca124a46f
+2 -1
View File
@@ -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