Skip to content

Commit bb4b7c8

Browse files
committed
CI: Skip natmod on Mac OS
1 parent 5f287e2 commit bb4b7c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
- name: Build custom firmware with user modules, and tests. Unix/x64
113113
run: make check_unix V=1
114114
- name: Build .mpy modules and run tests Unix/x64
115-
run: make check ARCH=x64 V=1
115+
# natmod build with linking seems broken on Mac OS, exception in mpy_ld.py, ELFError, magic number does not match
116+
run: echo SKIP make check ARCH=x64 V=1
116117

117118

118119
docs:

0 commit comments

Comments
 (0)