Skip to content

Commit

Permalink
feat(CI): add xtensa toolchain installation and esp32s3 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored and elenaf9 committed Sep 26, 2024
1 parent 70416bc commit 5ffe7eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
# rustfmt: Used by bindgen for liboscore
components: rust-src, rustfmt

- name: Install Rust for Xtensa
uses: esp-rs/[email protected]
with:
buildtargets: esp32s3

- name: rust cache
if: steps.result-cache.outputs.cache-hit != 'true'
uses: Swatinem/rust-cache@v2
Expand All @@ -82,7 +87,7 @@ jobs:
- name: "limit build unless nightly build"
if: github.event_name != 'schedule'
run: |
echo "LAZE_BUILDERS=ai-c3,espressif-esp32-c6-devkitc-1,microbit-v2,nrf52840dk,nrf5340dk,rpi-pico,rpi-pico-w,st-nucleo-h755zi-q,st-nucleo-wb55" >> "$GITHUB_ENV"
echo "LAZE_BUILDERS=ai-c3,espressif-esp32-c6-devkitc-1,espressif-esp32-s3-wroom-1,microbit-v2,nrf52840dk,nrf5340dk,rpi-pico,rpi-pico-w,st-nucleo-h755zi-q,st-nucleo-wb55" >> "$GITHUB_ENV"
- name: "riot-rs compilation test"
if: steps.result-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 5ffe7eb

Please sign in to comment.