Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4e5df11

Browse files
author
Jarret Shook
authored
[Official Build] Remove FreeBSD builds (#22451)
Currently all the FreeBSD machines are offline or in an unclean state which blocks official builds from finishing.
1 parent dfde393 commit 4e5df11

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ jobs:
273273
- build_Linux_musl_x64_release
274274
- build_Linux_rhel6_x64_release
275275
- build_Linux_x64_release
276-
- build_FreeBSD_x64_release
277276
- build_OSX_x64_release
278277
- build_Windows_NT_x64_release
279278
- build_Windows_NT_x86_release

eng/platform-matrix.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,20 @@ jobs:
136136

137137
# FreeBSD
138138

139-
- template: ${{ parameters.jobTemplate }}
140-
parameters:
141-
buildConfig: ${{ parameters.buildConfig }}
142-
archType: x64
143-
osGroup: FreeBSD
144-
osIdentifier: FreeBSD
145-
# There are no FreeBSD helix queues, so we don't run tests at the moment.
146-
helixQueues:
147-
asString: ''
148-
asArray: []
149-
${{ insert }}: ${{ parameters.jobParameters }}
139+
# FreeBSD machines are currenrly offline. Re-enable in the official build when
140+
# the machines are healthy.
141+
142+
# - template: ${{ parameters.jobTemplate }}
143+
# parameters:
144+
# buildConfig: ${{ parameters.buildConfig }}
145+
# archType: x64
146+
# osGroup: FreeBSD
147+
# osIdentifier: FreeBSD
148+
# # There are no FreeBSD helix queues, so we don't run tests at the moment.
149+
# helixQueues:
150+
# asString: ''
151+
# asArray: []
152+
# ${{ insert }}: ${{ parameters.jobParameters }}
150153

151154
# macOS x64
152155

0 commit comments

Comments
 (0)