mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
CI: temporarily build docs with a nightly compiler (#5508)
This commit is contained in:
@@ -514,7 +514,8 @@ build-rustdoc:
|
|||||||
- ./crate-docs/
|
- ./crate-docs/
|
||||||
script:
|
script:
|
||||||
# FIXME: it fails with `RUSTDOCFLAGS="-Dwarnings"` and `--all-features`
|
# 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
|
- rm -f ./target/doc/.lock
|
||||||
- mv ./target/doc ./crate-docs
|
- mv ./target/doc ./crate-docs
|
||||||
# FIXME: remove me after CI image gets nonroot
|
# FIXME: remove me after CI image gets nonroot
|
||||||
|
|||||||
Reference in New Issue
Block a user