We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e956a8a commit 94c5ebfCopy full SHA for 94c5ebf
.github/workflows/ci.yml
@@ -65,9 +65,10 @@ jobs:
65
- name: Add rust-src
66
if: startsWith(matrix.rust, 'nightly')
67
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
+ # TODO: broken due to https://github.com/rust-lang/rust/pull/119026.
+ # - name: Check selected Tier 3 targets
+ # if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
71
+ # run: cargo check -Z build-std --target=riscv32imc-esp-espidf
72
- name: Check haiku
73
if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
74
run: cargo check -Z build-std --target x86_64-unknown-haiku
0 commit comments