Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libcxx/utils/ci/buildkite-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ steps:
queue: libcxx-builders
os: aix
<<: *common
skip: "Until https://github.com/llvm/llvm-project/issues/162516 has been resolved"

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

- group: ':freebsd: FreeBSD'
steps:
Expand Down
Loading