[libcxx-commits] [libcxx] [libc++] Re-enable the FreeBSD CI job (PR #127687)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 19 14:17:46 PST 2025
https://github.com/ldionne updated https://github.com/llvm/llvm-project/pull/127687
>From 1ee59940b0a9091e62de9ebe7274dfce7e4d69a0 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 1/2] [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:
>From 924411b6332badc749bcbc331e054068937bca13 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Tue, 18 Feb 2025 14:28:38 -0500
Subject: [PATCH 2/2] Bump Clang version on FreeBSD
---
libcxx/utils/ci/buildkite-pipeline.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index b8e982b653d39..3f3e6b466c9ce 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -120,8 +120,8 @@ steps:
- label: FreeBSD 13 amd64
command: libcxx/utils/ci/run-buildbot generic-cxx26
env:
- CC: clang17
- CXX: clang++17
+ CC: clang19
+ CXX: clang++19
agents:
queue: libcxx-builders
os: freebsd
More information about the libcxx-commits
mailing list