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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Brad Smith (brad0)

<details>
<summary>Changes</summary>



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


1 Files Affected:

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


``````````diff
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

``````````

</details>


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


More information about the libcxx-commits mailing list