Skip to content

Commit a0af6f4

Browse files
authored
Fix ranlib confusion between xcode and AndroidNDK
1 parent 9b3cc78 commit a0af6f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,14 @@ task:
8989
type: text/plain
9090

9191
macos_instance:
92-
image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
92+
image: ghcr.io/cirruslabs/macos-tahoe-xcode:latest
9393
task:
9494
name: AppleM1/LLVM armv7-androidndk xbuild
9595
compile_script:
9696
- brew install --cask android-ndk
9797
- export ANDROID_NDK_HOME="/opt/homebrew/share/android-ndk"
9898
- export CC=/opt/homebrew/share/android-ndk/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang
99+
- export RANLIB=touch
99100
- make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
100101
always:
101102
config_artifacts:

0 commit comments

Comments
 (0)