Skip to content

Commit bd84916

Browse files
committed
CI: Disable C6 extmod build
Says it uses too much FLASH
1 parent 3fa5419 commit bd84916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Build custom firmware with extmod, ESP32
167167
run: |
168168
source micropython/esp-idf/export.sh && pip install -r requirements.txt
169-
make extmod PORT=esp32 BOARD=ESP32_GENERIC_C6
169+
echo make extmod PORT=esp32 BOARD=ESP32_GENERIC_C6
170170
- name: Build nadmod xtensawin
171171
run: source micropython/esp-idf/export.sh && pip install -r requirements.txt && make dist ARCH=rv32imc V=1
172172
- name: Archive dist artifacts

0 commit comments

Comments
 (0)