Skip to content

Commit

Permalink
Revert "[ci] Build on performance build pools (#15)"
Browse files Browse the repository at this point in the history
This reverts commit dae2eb6.

Reverted for now, because it doesn't seem to work on macOS
  • Loading branch information
grendello committed Mar 1, 2024
1 parent cd38954 commit a76342f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions build-tools/automation/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ extends:
displayName: Build Linux
timeoutInMinutes: 480
pool:
name: MAUI-1ESPT
name: AzurePipelines-EO
image: $(LinuxPoolImage1ESPT)
os: linux
templateContext:
Expand Down Expand Up @@ -135,11 +135,8 @@ extends:
displayName: Build macOS
timeoutInMinutes: 480
pool:
${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(parameters.SignArtifactsOverride, 'true')) }}:
name: Azure Pipelines
vmImage: macOS-latest
${{ else }}:
name: VSEng-Xamarin-RedmondMac-Android-Untrusted
name: Azure Pipelines
vmImage: macOS-12
os: macOS
templateContext:
outputs:
Expand All @@ -159,7 +156,7 @@ extends:

- script: |
brew update
export HOMEBREW_NO_INSTALL_UPGRADE=1 && brew install cmake ninja ccache
brew install cmake ninja ccache
displayName: Install LLVM build dependencies
- script: export HOMEBREW_NO_INSTALL_UPGRADE=1 && brew install make xz
Expand All @@ -181,7 +178,7 @@ extends:
displayName: Build Windows
timeoutInMinutes: 600
pool:
name: MAUI-1ESPT
name: AzurePipelines-EO
image: $(WindowsPoolImage1ESPT)
os: windows
variables:
Expand Down Expand Up @@ -212,7 +209,7 @@ extends:
timeoutInMinutes: 480
pool:
name: Azure Pipelines
vmImage: macOS-latest
vmImage: macOS-12
os: macOS
templateContext:
outputParentDirectory: $(Build.StagingDirectory)
Expand Down

0 comments on commit a76342f

Please sign in to comment.