Commit ff7a23a
committed
CI: Disable building the tools for macOS small
The build fails after the transition to Apple silicon and I don't know
why:
```
: && /usr/bin/clang -Oz -g -Werror -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names tools/json2cbor/CMakeFiles/json2cbor.dir/json2cbor.c.o -o tools/json2cbor/json2cbor libtinycbor.a -lcjson -lm && :
ld: library 'cjson' not found
```
Homebrew says it installed and CMake says it found it.
```
-- Checking for module 'libcjson'
-- Found libcjson, version 1.7.19
```
I won't investigate.
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>1 parent 91d1c50 commit ff7a23a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments