[libcxx-commits] [libcxx] [libc++] Re-enable the FreeBSD CI job (PR #127687)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 18 11:23:46 PST 2025
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/127687
Technical issues have apparently been resolved and the node should be back online.
Closes #117780
>From 27e635e6add0cdbbee33665d7e8818cbed57b613 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Tue, 18 Feb 2025 14:22:44 -0500
Subject: [PATCH] [libc++] Re-enable the FreeBSD CI job
Technical issues have apparently been resolved and
the node should be back online.
Closes #117780.
---
libcxx/utils/ci/buildkite-pipeline.yml | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
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:
More information about the libcxx-commits
mailing list