From bd8eb7894f837704ea478716bab3e01a4eb6c813 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 10 Dec 2024 10:10:50 -0500 Subject: [PATCH] [libc++] Temporarily disable FreeBSD runners They have been out for over 10 days, which only causes confusion when looking at CI results. --- libcxx/utils/ci/buildkite-pipeline.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml index b8e982b653d3..df0e5d4d12f9 100644 --- a/libcxx/utils/ci/buildkite-pipeline.yml +++ b/libcxx/utils/ci/buildkite-pipeline.yml @@ -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: