File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,19 @@ steps:
115
115
os : aix
116
116
<< : *common
117
117
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
129
131
130
132
- group : ' :android: Android'
131
133
steps :
You can’t perform that action at this time.
0 commit comments