Skip to content

Commit 880a6ba

Browse files
committed
ci:ignore some espc3 target
1 parent 0bc8062 commit 880a6ba

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/scripts/validate_embed_packages.sh

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,17 +178,21 @@ MACHINE_VALIDATION_TARGETS=(
178178
# ld.lld: error: section 'text' will not fit in region 'iram_seg': overflowed by 13157 bytes
179179
# binaray too large https://github.com/goplus/llgo/issues/1317
180180

181-
"esp32c3-supermini"
181+
# "esp32c3-supermini"
182+
# ld.lld: error: region DRAM overflowed by .data and .bss sections
183+
184+
182185
# "nodemcu"
183186
# compile picolibcnewlib/libc/tinystdio/puts.c fail
184187

185-
"esp-c3-32s-kit"
186-
"qtpy-esp32c3"
187-
"m5stamp-c3"
188-
"xiao-esp32c3"
189-
"esp32-c3-devkit-rust-1"
190-
"esp32c3-12f"
191-
"makerfabs-esp32c3spi35"
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
192196

193197
# "hifive1b"
194198
# "maixbit"

0 commit comments

Comments
 (0)