Skip to content

Commit

Permalink
[libc++] Temporarily disable FreeBSD runners
Browse files Browse the repository at this point in the history
They have been out for over 10 days, which only causes confusion
when looking at CI results.
  • Loading branch information
ldionne committed Dec 10, 2024
1 parent d7c12ea commit bd8eb78
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions libcxx/utils/ci/buildkite-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,19 @@ steps:
os: aix
<<: *common

- group: ':freebsd: FreeBSD'
steps:
- label: FreeBSD 13 amd64
command: libcxx/utils/ci/run-buildbot generic-cxx26
env:
CC: clang17
CXX: clang++17
agents:
queue: libcxx-builders
os: freebsd
<<: *common
# TODO: Re-enable this when the FreeBSD runners are back online
# https://github.com/llvm/llvm-project/issues/117780
# - group: ':freebsd: FreeBSD'
# steps:
# - label: FreeBSD 13 amd64
# command: libcxx/utils/ci/run-buildbot generic-cxx26
# env:
# CC: clang17
# CXX: clang++17
# agents:
# queue: libcxx-builders
# os: freebsd
# <<: *common

- group: ':android: Android'
steps:
Expand Down

0 comments on commit bd8eb78

Please sign in to comment.