From ed0321563a7858ad989ade66eac7b2176154af9d Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 15 Aug 2024 11:11:07 +0200 Subject: [PATCH] fix installation of NDK in armv7 crossbuild --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d0e1eeff7..1408f2566 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -89,11 +89,11 @@ task: type: text/plain macos_instance: - image: ghcr.io/cirruslabs/macos-monterey-xcode:latest + image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest task: name: AppleM1/LLVM armv7-androidndk xbuild compile_script: - - brew install android-ndk + - brew install --cask android-ndk - export #PATH=/opt/homebrew/opt/llvm/bin:$PATH - export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib" - export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include"