[libcxx-commits] [libcxx] [AIX] Enable libc++ bots on AIX (PR #166650)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 5 14:01:36 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Mark Danial (madanial0)
<details>
<summary>Changes</summary>
Removing skip after confirming builds pass locally. Upgraded workers to clang 20
---
Full diff: https://github.com/llvm/llvm-project/pull/166650.diff
1 Files Affected:
- (modified) libcxx/utils/ci/buildkite-pipeline.yml (-2)
``````````diff
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:
``````````
</details>
https://github.com/llvm/llvm-project/pull/166650
More information about the libcxx-commits
mailing list