about summary refs log tree commit diff
path: root/src/ci/scripts
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-12 13:29:56 +0000
committerbors <bors@rust-lang.org>2021-09-12 13:29:56 +0000
commitc7dbe7a830100c70d59994fd940bf75bb6e39b39 (patch)
treea2588214f00d5970ce090c65cafad1b53b9f5814 /src/ci/scripts
parent9ef27bf7dc50a8b51435579b4f2e86f7ee3f7a94 (diff)
parent146aee66b1cc33ce0db4bc7ffe01d88145d6fb1f (diff)
downloadrust-c7dbe7a830100c70d59994fd940bf75bb6e39b39.tar.gz
rust-c7dbe7a830100c70d59994fd940bf75bb6e39b39.zip
Auto merge of #88881 - Manishearth:rollup-alohfwx, r=Manishearth
Rollup of 7 pull requests

Successful merges:

 - #88336 ( Detect stricter constraints on gats where clauses in impls vs trait)
 - #88677 (rustc: Remove local variable IDs from `Export`s)
 - #88699 (Remove extra unshallow from cherry-pick checker)
 - #88709 (generic_const_exprs: use thir for abstract consts instead of mir)
 - #88711 (Rework DepthFirstSearch API)
 - #88810 (rustdoc: Cleanup `clean` part 1)
 - #88813 (explicitly link to external `ena` docs)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/scripts')
-rwxr-xr-xsrc/ci/scripts/verify-backported-commits.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ci/scripts/verify-backported-commits.sh b/src/ci/scripts/verify-backported-commits.sh
index 1023e4b0e28..d3da6d1ac91 100755
--- a/src/ci/scripts/verify-backported-commits.sh
+++ b/src/ci/scripts/verify-backported-commits.sh
@@ -18,14 +18,6 @@ verify_backported_commits_main() {
     exit 0
   fi
 
-  echo 'git: unshallowing the repository so we can check commits'
-  git fetch \
-    --no-tags \
-    --no-recurse-submodules \
-    --progress \
-    --prune \
-    --unshallow
-
   if [[ $ci_base_branch == "beta" ]]; then
     verify_cherries master "$BETA_LIMIT" \
       || exit 1