Skip to content

Commit c2ab769

Browse files
committed
update ubuntu version
1 parent ada0b7b commit c2ab769

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55

66
task:
77
arm_container:
8-
image: ubuntu:focal
8+
image: ubuntu:latest
99
# only_if: $CIRRUS_TAG != ''
1010
only_if: "changesInclude('linux-arm64/*', '.cirrus.yml')"
1111
script: |

script/build-macos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cd src/usearch
1010

1111
# Use LLVM CLang (v19) instead of Apple one (v16) to compile
1212
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"
1515

1616
cmake \
1717
-D CMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)