Skip to content

Commit a935596

Browse files
committed
CI: try skip standard MicroPython build
1 parent 416298b commit a935596

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,9 @@ jobs:
205205
- name: Setup MicroPython X86
206206
working-directory: micropython
207207
run: |
208-
CFLAGS_EXTRA='-Wno-error' source tools/ci.sh && ci_unix_32bit_setup && ci_unix_standard_build
209-
mv ./ports/unix/build-standard/ ./ports/unix/build-nomodules/
208+
source tools/ci.sh && ci_unix_32bit_setup
209+
echo SKIP ci_unix_standard_build
210+
echo SKIP mv ./ports/unix/build-standard/ ./ports/unix/build-nomodules/
210211
- name: Build custom firmware with user modules, and tests. Unix/x64
211212
run: |
212213
make check_unix V=1 CFLAGS_EXTRA=-Wno-error

0 commit comments

Comments
 (0)