File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
- export VALID_ARCHS="i386 x86_64"
59
59
- xcrun --sdk macosx --show-sdk-path
60
60
- xcodebuild -version
61
- - export CC=/Applications/Xcode_15.4 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
62
- - export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode_15.4 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5 .sdk -arch x86_64"
61
+ - export CC=/Applications/Xcode_16.3 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
62
+ - export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode_16.3 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4 .sdk -arch x86_64"
63
63
- make TARGET=CORE2 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
64
64
always :
65
65
config_artifacts :
78
78
- export # PATH=/opt/homebrew/opt/llvm/bin:$PATH
79
79
- export # LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
80
80
- export # CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
81
- - export CC=/Applications/Xcode_15.4 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
82
- - export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode_15.4 .app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5 .sdk -arch arm64 -miphoneos-version-min=10.0"
81
+ - export CC=/Applications/Xcode_16.3 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
82
+ - export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode_16.3 .app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4 .sdk -arch arm64 -miphoneos-version-min=10.0"
83
83
- xcrun --sdk iphoneos --show-sdk-path
84
84
- ls -l /Applications
85
85
- make TARGET=ARMV8 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 CROSS=1
You can’t perform that action at this time.
0 commit comments