[libcxx-commits] [libcxx] 76e3928 - [libc++] Remove BuildKite bridging files that are not needed anymore
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 13 07:46:53 PDT 2023
Author: Louis Dionne
Date: 2023-07-13T10:46:40-04:00
New Revision: 76e3928fc76f247ba8a335c06fdf385586c9d172
URL: https://github.com/llvm/llvm-project/commit/76e3928fc76f247ba8a335c06fdf385586c9d172
DIFF: https://github.com/llvm/llvm-project/commit/76e3928fc76f247ba8a335c06fdf385586c9d172.diff
LOG: [libc++] Remove BuildKite bridging files that are not needed anymore
Differential Revision: https://reviews.llvm.org/D155120
Added:
Modified:
Removed:
libcxx/utils/ci/buildkite-pipeline-premerge.sh
libcxx/utils/ci/buildkite-pipeline-snapshot.sh
libcxx/utils/ci/generate-buildkite-pipeline
################################################################################
diff --git a/libcxx/utils/ci/buildkite-pipeline-premerge.sh b/libcxx/utils/ci/buildkite-pipeline-premerge.sh
deleted file mode 100755
index d2a8c0170cf9cd..00000000000000
--- a/libcxx/utils/ci/buildkite-pipeline-premerge.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-#===----------------------------------------------------------------------===##
-#
-# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-# See https://llvm.org/LICENSE.txt for license information.
-# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-#
-#===----------------------------------------------------------------------===##
-
-# TODO: Remove this once the premerge checks invoke the script below directly.
-./.ci/generate-buildkite-pipeline-premerge
diff --git a/libcxx/utils/ci/buildkite-pipeline-snapshot.sh b/libcxx/utils/ci/buildkite-pipeline-snapshot.sh
deleted file mode 100755
index fa42cff9e1e46b..00000000000000
--- a/libcxx/utils/ci/buildkite-pipeline-snapshot.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-#===----------------------------------------------------------------------===##
-#
-# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-# See https://llvm.org/LICENSE.txt for license information.
-# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-#
-#===----------------------------------------------------------------------===##
-
-# TODO: Remove this once the premerge checks invoke the script below directly.
-./.ci/generate-buildkite-pipeline-scheduled
diff --git a/libcxx/utils/ci/generate-buildkite-pipeline b/libcxx/utils/ci/generate-buildkite-pipeline
deleted file mode 100755
index 62c595dcbdea26..00000000000000
--- a/libcxx/utils/ci/generate-buildkite-pipeline
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env bash
-#===----------------------------------------------------------------------===##
-#
-# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-# See https://llvm.org/LICENSE.txt for license information.
-# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-#
-#===----------------------------------------------------------------------===##
-
-#
-# This script generates the appropriate libc++ CI pipeline based on which project(s) were changed.
-# TODO: Remove this once the libcxx CI pipeline uploads the buildkite-pipeline.yml file directly.
-#
-
-if git
diff --name-only HEAD~1 | grep -q -E "^libcxx/|^libcxxabi/|^libunwind/|^runtimes/|^cmake/"; then
- cat libcxx/utils/ci/buildkite-pipeline.yml
-fi
More information about the libcxx-commits
mailing list