Skip to content

Commit 1a2c0fd

Browse files
authored
Don't use hosted pool for most linux jobs (#64830)
1 parent b74b4f7 commit 1a2c0fd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ stages:
391391
jobName: Linux_musl_x64_build
392392
jobDisplayName: "Build: Linux Musl x64"
393393
agentOs: Linux
394+
useHostedUbuntu: false
394395
container: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64
395396
buildArgs:
396397
--arch x64

.azure/pipelines/ci-unofficial.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ extends:
416416
jobName: Linux_musl_x64_build
417417
jobDisplayName: "Build: Linux Musl x64"
418418
agentOs: Linux
419+
useHostedUbuntu: false
419420
container: azureLinux30Net10BuildAmd64
420421
beforeBuild:
421422
- script: git submodule update --init

.azure/pipelines/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ extends:
424424
jobName: Linux_musl_x64_build
425425
jobDisplayName: "Build: Linux Musl x64"
426426
agentOs: Linux
427+
useHostedUbuntu: false
427428
container: azureLinux30Net10BuildAmd64
428429
buildArgs:
429430
--arch x64

0 commit comments

Comments
 (0)