Skip to content

Commit 5ba3b52

Browse files
authored
[libc++] Skip AIX build jobs until #162516 has been resolved (#162664)
1 parent c06005c commit 5ba3b52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ steps:
103103
queue: libcxx-builders
104104
os: aix
105105
<<: *common
106+
skip: "Until https://github.com/llvm/llvm-project/issues/162516 has been resolved"
106107

107108
- label: AIX (64-bit)
108109
command: libcxx/utils/ci/run-buildbot aix
@@ -114,6 +115,7 @@ steps:
114115
queue: libcxx-builders
115116
os: aix
116117
<<: *common
118+
skip: "Until https://github.com/llvm/llvm-project/issues/162516 has been resolved"
117119

118120
- group: ':freebsd: FreeBSD'
119121
steps:

0 commit comments

Comments
 (0)