[libcxx-commits] [libcxx] 720e629 - [libc++] Add CI job testing on FreeBSD
Ed Maste via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 9 10:03:15 PST 2023
Author: Ed Maste
Date: 2023-03-09T13:02:44-05:00
New Revision: 720e6297d1f5a9f05a2dbfa52ae688ffd0465321
URL: https://github.com/llvm/llvm-project/commit/720e6297d1f5a9f05a2dbfa52ae688ffd0465321
DIFF: https://github.com/llvm/llvm-project/commit/720e6297d1f5a9f05a2dbfa52ae688ffd0465321.diff
LOG: [libc++] Add CI job testing on FreeBSD
Reviewed by: ldionne, Mordante
Differential Revision: https://reviews.llvm.org/D128084
Added:
Modified:
libcxx/utils/ci/buildkite-pipeline.yml
Removed:
################################################################################
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 694d141ebebc2..474138d21f4f0 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -1025,3 +1025,22 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2
timeout_in_minutes: 120
+
+ - group: "FreeBSD"
+ steps:
+ - label: "FreeBSD 13 amd64"
+ command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
+ artifact_paths:
+ - "**/test-results.xml"
+ - "**/*.abilist"
+ env:
+ CC: "clang15"
+ CXX: "clang++15"
+ agents:
+ queue: "libcxx-builders"
+ os: "freebsd"
+ retry:
+ automatic:
+ - exit_status: -1 # Agent was lost
+ limit: 2
+ timeout_in_minutes: 120
More information about the libcxx-commits
mailing list