Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 0960be7

Browse files
author
Mira Ressel
committed
ci: use nightly rustdoc
Documenting our code triggers an ICE in rust 1.70, presumably the one fixed here: rust-lang/rust#111195
1 parent 0e614b0 commit 0960be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/gitlab/pipeline/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ build-rustdoc:
130130
- ./crate-docs/
131131
script:
132132
# FIXME: it fails with `RUSTDOCFLAGS="-Dwarnings"` and `--all-features`
133-
# FIXME: return to stable when https://github.com/rust-lang/rust/issues/96937 gets into stable
134-
- time cargo doc --workspace --verbose --no-deps
133+
# FIXME: return to stable when https://github.com/rust-lang/rust/pull/111195 is in, eta rust 1.71
134+
- time cargo +nightly doc --workspace --verbose --no-deps
135135
- rm -f ./target/doc/.lock
136136
- mv ./target/doc ./crate-docs
137137
# FIXME: remove me after CI image gets nonroot

0 commit comments

Comments
 (0)