Skip to content

Commit a47cb9b

Browse files
committed
[libc++] Fix number of characters in skip reason on BuildKite
1 parent b0b3320 commit a47cb9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +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"
106+
skip: "https://github.com/llvm/llvm-project/issues/162516"
107107

108108
- label: AIX (64-bit)
109109
command: libcxx/utils/ci/run-buildbot aix
@@ -115,7 +115,7 @@ steps:
115115
queue: libcxx-builders
116116
os: aix
117117
<<: *common
118-
skip: "Until https://github.com/llvm/llvm-project/issues/162516 has been resolved"
118+
skip: "https://github.com/llvm/llvm-project/issues/162516"
119119

120120
- group: ':freebsd: FreeBSD'
121121
steps:

0 commit comments

Comments
 (0)