Skip to content

Commit 27e635e

Browse files
committed
[libc++] Re-enable the FreeBSD CI job
Technical issues have apparently been resolved and the node should be back online. Closes #117780.
1 parent 29ca3b8 commit 27e635e

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

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

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
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
131129

132130
- group: ':android: Android'
133131
steps:

0 commit comments

Comments
 (0)