Skip to content

Commit 4bff451

Browse files
authored
Update .cirrus.yml
1 parent c86d416 commit 4bff451

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,8 @@ task:
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
10099
- ls -l /opt/homebrew/share/android-ndk/toolchains/llvm/prebuilt/darwin-x86_64/bin
101-
- which ar
102-
- which ranlib
103-
- make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 AR=/usr/bin/ar
100+
- make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 AR=llvm-ar RANLIB=llvm-ranlib
104101
always:
105102
config_artifacts:
106103
path: "*conf*"

0 commit comments

Comments
 (0)