mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-27 12:21:02 +00:00
Fix CI
This commit is contained in:
parent
e9a0f10fa1
commit
3f2e76e722
7
.github/workflows/ci-esp-idf-master.yml
vendored
7
.github/workflows/ci-esp-idf-master.yml
vendored
@ -31,5 +31,12 @@ jobs:
|
||||
- name: Build | Compile Native ESP-IDF master no_std
|
||||
run: export RUSTFLAGS="--cfg espidf_time64"; export ESP_IDF_VERSION=master; export ESP_IDF_SDKCONFIG_DEFAULTS=$(pwd)/.github/configs/sdkconfig.defaults; cargo clean; cargo build --no-default-features --features esp-idf-sys --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
||||
|
||||
- name: Setup | ldproxy
|
||||
if: matrix.target == 'riscv32imc-esp-espidf'
|
||||
run: |
|
||||
curl -L https://github.com/esp-rs/embuild/releases/latest/download/ldproxy-x86_64-unknown-linux-gnu.zip -o $HOME/.cargo/bin/ldproxy.zip
|
||||
unzip "$HOME/.cargo/bin/ldproxy.zip" -d "$HOME/.cargo/bin/"
|
||||
chmod a+x $HOME/.cargo/bin/ldproxy
|
||||
|
||||
- name: Build | Compile Native ESP-IDF master examples
|
||||
run: export RUSTFLAGS="--cfg espidf_time64"; export ESP_IDF_VERSION=master; export ESP_IDF_SDKCONFIG_DEFAULTS=$(pwd)/.github/configs/sdkconfig.defaults; cargo clean; cargo build --examples --features esp-idf-sys --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
||||
|
Loading…
x
Reference in New Issue
Block a user