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

Commit b29202c

Browse files
committed
Remove build-rust-doc job
Remove this job until upstream is fixed: rust-lang/rust#82284
1 parent 84b16b7 commit b29202c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -463,30 +463,6 @@ build-macos-subkey:
463463
tags:
464464
- osx
465465

466-
build-rust-doc:
467-
stage: build
468-
<<: *docker-env
469-
<<: *test-refs
470-
needs:
471-
- job: test-linux-stable
472-
artifacts: false
473-
variables:
474-
<<: *default-vars
475-
RUSTFLAGS: -Dwarnings
476-
artifacts:
477-
name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}-doc"
478-
when: on_success
479-
expire_in: 7 days
480-
paths:
481-
- ./crate-docs/
482-
script:
483-
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
484-
- SKIP_WASM_BUILD=1 RUSTDOCFLAGS="--html-in-header $(pwd)/.maintain/rustdoc-header.html"
485-
time cargo +nightly doc --no-deps --workspace --all-features --verbose
486-
- mv ./target/doc ./crate-docs
487-
- echo "<meta http-equiv=refresh content=0;url=sc_service/index.html>" > ./crate-docs/index.html
488-
- sccache -s
489-
490466
#### stage: publish
491467

492468
.build-push-docker-image: &build-push-docker-image

0 commit comments

Comments
 (0)