Browse Source

Use MacOS 11, xcode 13.2.1 for SDK 15.2 xbuild

pull/3526/head
Martin Kroeker GitHub 4 years ago
parent
commit
6a2dadee8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      azure-pipelines.yml

+ 3
- 3
azure-pipelines.yml View File

@@ -224,10 +224,10 @@ jobs:


- job: OSX_IOS_ARMV8 - job: OSX_IOS_ARMV8
pool: pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
variables: variables:
CC: /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk -arch arm64 -miphoneos-version-min=10.0
CC: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk -arch arm64 -miphoneos-version-min=10.0
steps: steps:
- script: | - script: |
make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1


Loading…
Cancel
Save