[libcxx-commits] [libcxx] 3361e40 - [AIX] Enable libc++ bots on AIX (#166650)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 5 20:05:36 PST 2025
Author: Mark Danial
Date: 2025-11-05T23:05:32-05:00
New Revision: 3361e40c3288e702595433d21cb5ce89e851df85
URL: https://github.com/llvm/llvm-project/commit/3361e40c3288e702595433d21cb5ce89e851df85
DIFF: https://github.com/llvm/llvm-project/commit/3361e40c3288e702595433d21cb5ce89e851df85.diff
LOG: [AIX] Enable libc++ bots on AIX (#166650)
Removing skip after confirming builds pass locally. Upgraded workers to
clang 20
Fixes #162516
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 ca83af9824b83..2ac69c38ebffa 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -103,7 +103,6 @@ steps:
queue: libcxx-builders
os: aix
<<: *common
- skip: "https://github.com/llvm/llvm-project/issues/162516"
- label: AIX (64-bit)
command: libcxx/utils/ci/run-buildbot aix
@@ -115,7 +114,6 @@ steps:
queue: libcxx-builders
os: aix
<<: *common
- skip: "https://github.com/llvm/llvm-project/issues/162516"
- group: ':freebsd: FreeBSD'
steps:
More information about the libcxx-commits
mailing list