[libcxx-commits] [libcxx] [libc++] Add CI job testing on OpenBSD (PR #106315)

Brad Smith via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 27 17:30:29 PDT 2024


https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/106315

None

>From 839d43df7b2ea138ba3a6e4e1f3f204e6cd52191 Mon Sep 17 00:00:00 2001
From: Brad Smith <brad at comstyle.com>
Date: Tue, 27 Aug 2024 20:29:06 -0400
Subject: [PATCH] [libc++] Add CI job testing on OpenBSD

---
 libcxx/utils/ci/buildkite-pipeline.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index d02d11ae7a756b..111fce874e743f 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -173,6 +173,18 @@ steps:
       os: freebsd
     <<: *common
 
+- group: ':openbsd: OpenBSD'
+  steps:
+  - label: OpenBSD -current amd64
+    command: libcxx/utils/ci/run-buildbot generic-cxx17
+    env:
+      CC: clang
+      CXX: clang++
+    agents:
+      queue: libcxx-builders
+      os: openbsd
+    <<: *common
+
 - group: ':android: Android'
   steps:
   - label: Android 5.0, x86 NDK



More information about the libcxx-commits mailing list