Skip to content

Commit 584b097

Browse files
committed
ci:with size reduce llgo & check esp32
1 parent 34e4fd6 commit 584b097

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/scripts/validate_embed_packages.sh

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,13 @@ MACHINE_VALIDATION_TARGETS=(
185185
# "nodemcu"
186186
# compile picolibcnewlib/libc/tinystdio/puts.c fail
187187

188-
# "esp-c3-32s-kit"
189-
# "qtpy-esp32c3"
190-
# "m5stamp-c3"
191-
# "xiao-esp32c3"
192-
# "esp32-c3-devkit-rust-1"
193-
# "esp32c3-12f"
194-
# "makerfabs-esp32c3spi35"
195-
# ld.lld: error: region DRAM overflowed by .data and .bss sections
188+
"esp-c3-32s-kit"
189+
"qtpy-esp32c3"
190+
"m5stamp-c3"
191+
"xiao-esp32c3"
192+
"esp32-c3-devkit-rust-1"
193+
"esp32c3-12f"
194+
"makerfabs-esp32c3spi35"
196195

197196
# "hifive1b"
198197
# "maixbit"

.github/workflows/validate-embed-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup LLGO
1818
uses: ./.github/actions/setup-llgo
1919
with:
20-
commit-hash: 8959c83397617dacb18a8de54c3a738303b66141
20+
commit-hash: c4223df0877e2a85d361cdcc73076cdcf312a3b0
2121
- name: Run Device Package Validation
2222
run: |
2323
./.github/scripts/validate_device_packages.sh device
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup LLGO
3434
uses: ./.github/actions/setup-llgo
3535
with:
36-
commit-hash: 8959c83397617dacb18a8de54c3a738303b66141
36+
commit-hash: c4223df0877e2a85d361cdcc73076cdcf312a3b0
3737
- name: Run Machine Package Validation
3838
run: |
3939
./.github/scripts/validate_embed_packages.sh machine

0 commit comments

Comments
 (0)