[libcxx-commits] [libcxx] [AIX] Enable libc++ bots on AIX (PR #166650)
Mark Danial via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 5 14:01:05 PST 2025
https://github.com/madanial0 created https://github.com/llvm/llvm-project/pull/166650
Removing skip after confirming builds pass locally. Upgraded workers to clang 20
>From 8c20b07018f6cc85139a3f5b38ed51d3ddc52924 Mon Sep 17 00:00:00 2001
From: Mark Danial <mark.danial at ibm.com>
Date: Wed, 5 Nov 2025 16:59:21 -0500
Subject: [PATCH] Enable libc++ bots on AIX
---
libcxx/utils/ci/buildkite-pipeline.yml | 2 --
1 file changed, 2 deletions(-)
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