[libcxx-commits] [libcxx] 2f8c786 - [libc++] Refactor buildkite-pipeline.yml (#99483)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 19 08:47:37 PDT 2024


Author: Louis Dionne
Date: 2024-07-19T11:47:34-04:00
New Revision: 2f8c786846972f85a1967502050675c724a2904d

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

LOG: [libc++] Refactor buildkite-pipeline.yml (#99483)

This patch removes unused stuff from the Buildkite pipeline definition.

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 71d211bfc287d..0a81268cbe7a1 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -17,11 +17,6 @@
 # goal being to reduce the load on testers when a commit is known to fail.
 #
 
-# The Linux CI runners use the nightly ToT build provided by the Docker image.
-# (Note the image isn't updated daily.) The LLVM_HEAD_VERSION contains that
-# version number. The Linux CI runners for GCC use the latest stable version.
-# Theses numbers are available in all runners, making it easier to update the
-# version number.
 env:
     # LLVM POST-BRANCH bump version
     # LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17"
@@ -41,20 +36,6 @@ definitions:
       - "**/*.abilist"
       - "**/crash_diagnostics/*"
 
-environment_definitions:
-  _common_env: &common_env
-      LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-${LLVM_HEAD_VERSION}"
-      CLANG_CRASH_DIAGNOSTICS_DIR: "crash_diagnostics"
-      CC: clang-${LLVM_HEAD_VERSION}
-      CXX: clang++-${LLVM_HEAD_VERSION}
-
-  _absolute_path_clang: &absolute_path_clang
-    # Note modules require and absolute path for clang-scan-deps
-    # https://github.com/llvm/llvm-project/issues/61006
-    CC: /usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang
-    CXX: /usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang++
-
-
 steps:
 - group: ':mac: Apple'
   steps:


        


More information about the libcxx-commits mailing list