Skip to content

Commit 61adcc8

Browse files
committed
CI: Mention issue preventing check to work on Mac OS
Ref micropython/micropython#5500
1 parent 23ac20d commit 61adcc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
mv ./dist/ports/unix/micropython ./dist/ports/macos/micropython
211211
- name: Build .mpy modules and run tests Unix/x64
212212
# natmod build with linking seems broken on Mac OS, exception in mpy_ld.py, ELFError, magic number does not match
213+
# https://github.com/micropython/micropython/issues/5500
213214
run: echo SKIP make check ARCH=x64 V=1
214215

215216
- name: Archive dist artifacts

0 commit comments

Comments
 (0)