Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 4, 2022
1 parent b691adb commit 7e6cca4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/msquic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ stages:
runTests: false
pool:
name: NetCore1ESPool-Public
vmImage: '1es-ubuntu-2004-open'
vmImage: 'Build.Ubuntu.1804.Amd64.open'
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
isOfficialBuild: true
pool:
name: NetCore1ESPool-Internal
vmImage: '1es-ubuntu-2004'
vmImage: 'Build.Ubuntu.1804.Amd64'

- template: /eng/pipelines/templates/build-job.yml
parameters:
Expand Down
6 changes: 6 additions & 0 deletions eng/pipelines/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
- checkout: self
submodules: recursive

- ${{ if eq(parameters.archType, 'arm64') }}:
- script: apt-get update
- script: apt-get install qemu binfmt-support qemu-user-static docker
- script: update-binfmts --enable qemu-arm
- script: update-binfmts --enable qemu-arm64

- ${{ if eq(parameters.osGroup, 'Windows') }}:
- script: $(Build.SourcesDirectory)\eng\common\init-tools-native.cmd -InstallDirectory $(Build.SourcesDirectory)\native-tools -Force
displayName: Install native dependencies
Expand Down

0 comments on commit 7e6cca4

Please sign in to comment.