[libcxx-commits] [libcxx] bd8eb78 - [libc++] Temporarily disable FreeBSD runners

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 10 07:11:32 PST 2024


Author: Louis Dionne
Date: 2024-12-10T10:11:27-05:00
New Revision: bd8eb7894f837704ea478716bab3e01a4eb6c813

URL: https://github.com/llvm/llvm-project/commit/bd8eb7894f837704ea478716bab3e01a4eb6c813
DIFF: https://github.com/llvm/llvm-project/commit/bd8eb7894f837704ea478716bab3e01a4eb6c813.diff

LOG: [libc++] Temporarily disable FreeBSD runners

They have been out for over 10 days, which only causes confusion
when looking at CI results.

Added: 
    

Modified: 
    libcxx/utils/ci/buildkite-pipeline.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index b8e982b653d390..df0e5d4d12f9fd 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:


        


More information about the libcxx-commits mailing list