Skip to content

Commit 3b2f3a0

Browse files
committed
chore(ci): temporarily disable the documentation generation of r3_support_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
1 parent 2168054 commit 3b2f3a0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
uses: actions-rs/cargo@v1
3636
with: { command: doc, args: -p r3_port_riscv --all-features }
3737

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

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

0 commit comments

Comments
 (0)