Skip to content

Commit ff7a23a

Browse files
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

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
-DCMAKE_C_FLAGS="-Oz -g -Werror"
7373
-DCMAKE_CXX_COMPILER=clang++
7474
-DCMAKE_CXX_FLAGS="-O2 -g -Werror"
75+
-DWITH_TOOLS=OFF
7576
- os: macos-15-intel
7677
build_cfg:
7778
name: clang

0 commit comments

Comments
 (0)