File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -89,20 +89,21 @@ task:
89
89
type : text/plain
90
90
91
91
macos_instance :
92
- image : ghcr.io/cirruslabs/macos-monterey -xcode:latest
92
+ image : ghcr.io/cirruslabs/macos-sonoma -xcode:latest
93
93
task :
94
94
name : AppleM1/LLVM armv7-androidndk xbuild
95
95
compile_script :
96
- - brew install android-ndk
96
+ - brew install --cask android-ndk
97
97
- export # PATH=/opt/homebrew/opt/llvm/bin:$PATH
98
98
- export # LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
99
- - export # CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
100
- - ls /System/Volumes/Data/opt/homebrew
99
+ - export # CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
100
+ - export ANDROID_NDK_HOME="/opt/homebrew/share/android-ndk"
101
+ - ls /opt/homebrew
101
102
- ls -l /System/Volumes/Data/opt/homebrew/Caskroom/android-ndk
102
- - find /System/Volumes/Data/ opt/homebrew -name "armv7a-linux-androideabi*-ranlib"
103
+ - find /opt/homebrew -name "armv7a-linux-androideabi*-ranlib"
103
104
- # export CC=/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
104
105
- # export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.0.sdk -arch arm64 -miphoneos-version-min=10.0"
105
- - export CC=/System/Volumes/Data/opt/homebrew/Caskroom/android-ndk/26d /AndroidNDK*.app/Contents/NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang
106
+ - export CC=/System/Volumes/Data/opt/homebrew/Caskroom/android-ndk/27 /AndroidNDK*.app/Contents/NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang
106
107
- make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
107
108
always :
108
109
config_artifacts :
You can’t perform that action at this time.
0 commit comments