File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
task :
7
7
arm_container :
8
- image : ubuntu:focal
8
+ image : ubuntu:latest
9
9
# only_if: $CIRRUS_TAG != ''
10
10
only_if : " changesInclude('linux-arm64/*', '.cirrus.yml')"
11
11
script : |
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ cd src/usearch
10
10
11
11
# Use LLVM CLang (v19) instead of Apple one (v16) to compile
12
12
export PATH=" /opt/homebrew/opt/llvm/bin:$PATH "
13
- export LDFLAGS=" ${LDFLAGS: +$LDFLAGS } -L/opt/homebrew/opt/llvm/lib -L/opt/homebrew/opt/libomp/lib"
14
- export CPPFLAGS=" ${CPPFLAG: +$CPPFLAGS } -I/opt/homebrew/opt/llvm/include -I/opt/homebrew/opt/libomp/include"
13
+ export LDFLAGS=" ${LDFLAGS: +$LDFLAGS } -L/opt/homebrew/opt/llvm/lib -L/opt/homebrew/opt/libomp/lib -L/usr/local/opt/llvm/lib -L/usr/local/opt/libomp/lib "
14
+ export CPPFLAGS=" ${CPPFLAG: +$CPPFLAGS } -I/opt/homebrew/opt/llvm/include -I/opt/homebrew/opt/libomp/include -I/usr/local/opt/llvm/include -I/usr/local/opt/libomp/include "
15
15
16
16
cmake \
17
17
-D CMAKE_BUILD_TYPE=Release \
You can’t perform that action at this time.
0 commit comments