From 309b8a190df2823e629467133ba468834061f674 Mon Sep 17 00:00:00 2001 From: adelhpour <> Date: Mon, 16 Oct 2023 16:45:45 -0700 Subject: [PATCH] macOS built pipleline is set to build the universal form of the binaries --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dbf69dd5f6cbd26..bd22dc47f5e055f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -211,7 +211,7 @@ stages: - script: | mkdir $(BUILD_DIRECTORY) cd $(BUILD_DIRECTORY) - cmake -DCMAKE_INSTALL_PREFIX="$(INSTALL_DIRECTORY)" -DCMAKE_BUILD_TYPE=$(BuildType) ../llvm + cmake -DCMAKE_INSTALL_PREFIX="$(INSTALL_DIRECTORY)" -DCMAKE_BUILD_TYPE=$(BuildType) -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" ../llvm displayName: ConfigureCommand - script: | cd $(BUILD_DIRECTORY)