Skip to content

Commit 9ccc50b

Browse files
committed
MICROPY_ROM_TEXT_COMPRESSION = 0
1 parent dd93ea5 commit 9ccc50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ESP32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
strategy:
9595
fail-fast: false
9696
matrix:
97-
commit_offset: [0, 22, 23, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520]
97+
commit_offset: [0, 22, 23, 514, 515]
9898

9999
steps:
100100
# Get the latest MicroPython release
@@ -161,7 +161,7 @@ jobs:
161161
BUILD_TARGET="ESP32_GENERIC_S3-SPIRAM_OCT"
162162
163163
IDF_CMD="idf.py -D MICROPY_BOARD=$BOARD_NAME -D USER_C_MODULES=${{ github.workspace }}/src/micropython.cmake -D MICROPY_BOARD_VARIANT=$BOARD_VARIANT -B build-$BUILD_TARGET -D MP_CAMERA_DRIVER_VERSION=$CAM_DRIVER -D MP_JPEG_DIR=${{ github.workspace }}/mp_jpeg"
164-
FINAL_CMD="${IDF_CMD} build"
164+
FINAL_CMD="${IDF_CMD} MICROPY_ROM_TEXT_COMPRESSION=0 build"
165165
166166
make USER_C_MODULES=${{ github.workspace }}/src/micropython.cmake BOARD=$BOARD_NAME submodules
167167
echo "Running command: $FINAL_CMD"

0 commit comments

Comments
 (0)