Skip to content

Commit 0fa18d8

Browse files
committed
ci:with size reduce llgo & check esp32
1 parent 33252d7 commit 0fa18d8

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/actions/setup-llgo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: "composite"
1313
steps:
1414
- name: Setup LLGo Dependencies
15-
uses: goplus/llgo/.github/actions/setup-deps@8959c83397617dacb18a8de54c3a738303b66141
15+
uses: goplus/llgo/.github/actions/setup-deps@c4223df0877e2a85d361cdcc73076cdcf312a3b0
1616
- name: Checkout LLGo Repository
1717
uses: actions/checkout@v4
1818
with:

.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_embed_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)