[libcxx-commits] [libcxx] [libc++] Re-enable the FreeBSD CI job (PR #127687)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 18 11:24:24 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

<details>
<summary>Changes</summary>

Technical issues have apparently been resolved and the node should be back online.

Closes #<!-- -->117780

---
Full diff: https://github.com/llvm/llvm-project/pull/127687.diff


1 Files Affected:

- (modified) libcxx/utils/ci/buildkite-pipeline.yml (+11-13) 


``````````diff
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index df0e5d4d12f9f..b8e982b653d39 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -115,19 +115,17 @@ steps:
       os: aix
     <<: *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: ':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:

``````````

</details>


https://github.com/llvm/llvm-project/pull/127687


More information about the libcxx-commits mailing list