Skip to content

Commit 94c5ebf

Browse files
committed
ci: Temporarily disable riscv32imc-esp-espidf build
1 parent e956a8a commit 94c5ebf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
- name: Add rust-src
6666
if: startsWith(matrix.rust, 'nightly')
6767
run: rustup component add rust-src
68-
- name: Check selected Tier 3 targets
69-
if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
70-
run: cargo check -Z build-std --target=riscv32imc-esp-espidf
68+
# TODO: broken due to https://github.com/rust-lang/rust/pull/119026.
69+
# - name: Check selected Tier 3 targets
70+
# if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
71+
# run: cargo check -Z build-std --target=riscv32imc-esp-espidf
7172
- name: Check haiku
7273
if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
7374
run: cargo check -Z build-std --target x86_64-unknown-haiku

0 commit comments

Comments
 (0)