[libcxx-commits] [libcxx] a47cb9b - [libc++] Fix number of characters in skip reason on BuildKite

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 10 09:26:19 PDT 2025


Author: Louis Dionne
Date: 2025-10-10T12:26:07-04:00
New Revision: a47cb9b65221d1c8f889cf37cde9e581e0b5c184

URL: https://github.com/llvm/llvm-project/commit/a47cb9b65221d1c8f889cf37cde9e581e0b5c184
DIFF: https://github.com/llvm/llvm-project/commit/a47cb9b65221d1c8f889cf37cde9e581e0b5c184.diff

LOG: [libc++] Fix number of characters in skip reason on BuildKite

Added: 
    

Modified: 
    libcxx/utils/ci/buildkite-pipeline.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index e7fda656c5fac..d564ea6c22040 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -103,7 +103,7 @@ steps:
       queue: libcxx-builders
       os: aix
     <<: *common
-    skip: "Until https://github.com/llvm/llvm-project/issues/162516 has been resolved"
+    skip: "https://github.com/llvm/llvm-project/issues/162516"
 
   - label: AIX (64-bit)
     command: libcxx/utils/ci/run-buildbot aix
@@ -115,7 +115,7 @@ steps:
       queue: libcxx-builders
       os: aix
     <<: *common
-    skip: "Until https://github.com/llvm/llvm-project/issues/162516 has been resolved"
+    skip: "https://github.com/llvm/llvm-project/issues/162516"
 
 - group: ':freebsd: FreeBSD'
   steps:


        


More information about the libcxx-commits mailing list