We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38882e0 commit e7ddd63Copy full SHA for e7ddd63
1 file changed
azure-pipelines.yml
@@ -284,6 +284,8 @@ jobs:
284
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -arch arm64 -miphoneos-version-min=10.0
285
steps:
286
- script: |
287
+ ls /Applications/Xcode_16.2.app/Contents/Developer/Platforms/
288
+ ls /Applications/Xcode_16.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
289
make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
290
291
- job: OSX_IOS_ARMV7
0 commit comments