Skip to content

Commit bd8eb78

Browse files
committed
[libc++] Temporarily disable FreeBSD runners
They have been out for over 10 days, which only causes confusion when looking at CI results.
1 parent d7c12ea commit bd8eb78

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,19 @@ steps:
115115
os: aix
116116
<<: *common
117117

118-
- group: ':freebsd: FreeBSD'
119-
steps:
120-
- label: FreeBSD 13 amd64
121-
command: libcxx/utils/ci/run-buildbot generic-cxx26
122-
env:
123-
CC: clang17
124-
CXX: clang++17
125-
agents:
126-
queue: libcxx-builders
127-
os: freebsd
128-
<<: *common
118+
# TODO: Re-enable this when the FreeBSD runners are back online
119+
# https://github.com/llvm/llvm-project/issues/117780
120+
# - group: ':freebsd: FreeBSD'
121+
# steps:
122+
# - label: FreeBSD 13 amd64
123+
# command: libcxx/utils/ci/run-buildbot generic-cxx26
124+
# env:
125+
# CC: clang17
126+
# CXX: clang++17
127+
# agents:
128+
# queue: libcxx-builders
129+
# os: freebsd
130+
# <<: *common
129131

130132
- group: ':android: Android'
131133
steps:

0 commit comments

Comments
 (0)