From 480888c7ceb7dcc1498e23b79142c22346951a57 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Fri, 26 Nov 2021 13:19:47 +0900 Subject: [PATCH] ci: unset SDKROOT macOS 11 is the default agent that has the correct headers by default to build for arm target. The hack was needed when the agent was still Catalina and the arm headers were not available by default. --- build/azure-pipelines/darwin/product-build-darwin.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/build/azure-pipelines/darwin/product-build-darwin.yml b/build/azure-pipelines/darwin/product-build-darwin.yml index 93f575abbeb..f624851baf1 100644 --- a/build/azure-pipelines/darwin/product-build-darwin.yml +++ b/build/azure-pipelines/darwin/product-build-darwin.yml @@ -84,7 +84,6 @@ steps: set -e export npm_config_arch=$(VSCODE_ARCH) export npm_config_node_gyp=$(which node-gyp) - export SDKROOT=/Applications/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk for i in {1..3}; do # try 3 times, for Terrapin yarn --frozen-lockfile && break