mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 12:51:04 +00:00
Do not build the examples for the imac target and V4.4 as that is not supported anyway
This commit is contained in:
parent
5c3a5f4433
commit
2a3d59e9cd
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- xtensa-esp32s2-espidf
|
||||
- xtensa-esp32s3-espidf
|
||||
idf-version:
|
||||
- v4.4.8
|
||||
- release/v4.4
|
||||
- release/v5.2
|
||||
- v5.3.2
|
||||
steps:
|
||||
@ -90,6 +90,7 @@ jobs:
|
||||
|
||||
- name: Build | Examples
|
||||
env:
|
||||
if: matrix.target != 'riscv32imac-esp-espidf' || matrix.idf-version != 'release/v4.4'
|
||||
ESP_IDF_VERSION: ${{ matrix.idf-version }}
|
||||
ESP_IDF_SDKCONFIG_DEFAULTS: "${{ github.workspace }}/.github/configs/sdkconfig.defaults"
|
||||
RUSTFLAGS: "${{ matrix.idf-version != 'release/v4.4' && '--cfg espidf_time64' || matrix.idf-version == 'release/v4.4' && '--cfg espidf_time32' }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user