[libcxx-commits] [libcxx] a039746 - [runtimes] Trigger CI on changes to libunwind

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 19 10:16:50 PDT 2021


Author: Louis Dionne
Date: 2021-10-19T13:16:42-04:00
New Revision: a039746e1c0b0eef878dfa1e6d611e79bec193c1

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

LOG: [runtimes] Trigger CI on changes to libunwind

Added: 
    

Modified: 
    libcxx/utils/ci/buildkite-pipeline-premerge.sh

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/buildkite-pipeline-premerge.sh b/libcxx/utils/ci/buildkite-pipeline-premerge.sh
index ba6b5ae6b1ac..9454bbac60cc 100755
--- a/libcxx/utils/ci/buildkite-pipeline-premerge.sh
+++ b/libcxx/utils/ci/buildkite-pipeline-premerge.sh
@@ -17,8 +17,8 @@
 
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 
-if ! git 
diff  --name-only HEAD~1 | grep -q -E "libcxx/|libcxxabi/"; then
-  # libcxx is not affected
+if ! git 
diff  --name-only HEAD~1 | grep -q -E "libcxx/|libcxxabi/|libunwind/"; then
+  # libcxx/, libcxxabi/ or libunwind/ are not affected
   exit 0
 fi
 
@@ -38,5 +38,3 @@ steps:
       commit: "${BUILDKITE_COMMIT}"
       branch: "${BUILDKITE_BRANCH}"
 EOF
-
-


        


More information about the libcxx-commits mailing list