Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2023-07-01 18:56:13 +02:00 committed by GitHub
parent b187870b8e
commit cdd3f882ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -47,10 +47,11 @@ task:
- export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
- export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
- export VALID_ARCHS="i386 x86_64"
- export SYSROOT=`xcrun --sdk iphoneos --show-sdk-path`
- #find /Applications/Xcode-14.3.1.app -name libunwind.dylib
- xcodebuild -version
- export CC=/Applications/Xcode-14.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
- export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode-14.0.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.6.sdk -arch x86_64 -miphoneos-version-min=10.0"
- export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -arch x86_64 -miphoneos-version-min=10.0"
- make TARGET=CORE2 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
always:
config_artifacts: