We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3cc78 commit a0af6f4Copy full SHA for a0af6f4
1 file changed
.cirrus.yml
@@ -89,13 +89,14 @@ task:
89
type: text/plain
90
91
macos_instance:
92
- image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
+ image: ghcr.io/cirruslabs/macos-tahoe-xcode:latest
93
task:
94
name: AppleM1/LLVM armv7-androidndk xbuild
95
compile_script:
96
- brew install --cask android-ndk
97
- export ANDROID_NDK_HOME="/opt/homebrew/share/android-ndk"
98
- export CC=/opt/homebrew/share/android-ndk/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang
99
+ - export RANLIB=touch
100
- make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
101
always:
102
config_artifacts:
0 commit comments