ci: Temporarily disable riscv32imc-esp-espidf build

This commit is contained in:
Taiki Endo 2024-01-07 15:15:04 +09:00
parent e956a8ad64
commit 94c5ebf78b
1 changed files with 4 additions and 3 deletions

View File

@ -65,9 +65,10 @@ jobs:
- name: Add rust-src
if: startsWith(matrix.rust, 'nightly')
run: rustup component add rust-src
- name: Check selected Tier 3 targets
if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
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'
# run: cargo check -Z build-std --target=riscv32imc-esp-espidf
- name: Check haiku
if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
run: cargo check -Z build-std --target x86_64-unknown-haiku