Skip to content

Commit

Permalink
chore(ci): temporarily disable the documentation generation of `r3_su…
Browse files Browse the repository at this point in the history
…pport_rp2040`

Building a documentation for `rp2040` currently causes a compiler crash.
This is probably related to [rust-lang/rust#93476][1].

    thread 'rustc' panicked at 'no entry found for key', src/librustdoc/passes/collect_intra_doc_links.rs:930:16

[1]: rust-lang/rust#93476
  • Loading branch information
yvt committed Feb 2, 2022
1 parent 2168054 commit 3b2f3a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
uses: actions-rs/cargo@v1
with: { command: doc, args: -p r3_port_riscv --all-features }

- name: Build Documentation for “r3_support_rp2040”
uses: actions-rs/cargo@v1
with: { command: doc, args: -p r3_support_rp2040 --all-features }
# FIXME: `rp2040` causes ICE <https://github.com/rust-lang/rust/issues/93476>
# - name: Build Documentation for “r3_support_rp2040”
# uses: actions-rs/cargo@v1
# with: { command: doc, args: -p r3_support_rp2040 --all-features }

- name: Build Documentation for “r3_support_rza1”
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 3b2f3a0

Please sign in to comment.