Skip to content

Commit e7ddd63

Browse files
authored
list xcode platforms/sdks
1 parent 38882e0 commit e7ddd63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ jobs:
284284
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
285285
steps:
286286
- 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
287289
make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
288290
289291
- job: OSX_IOS_ARMV7

0 commit comments

Comments
 (0)