File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,16 +312,6 @@ else
312312 command=(/checkout/src/ci/run.sh)
313313fi
314314
315- if isCI; then
316- # Get some needed information for $BASE_COMMIT
317- #
318- # This command gets the last merge commit which we'll use as base to list
319- # deleted files since then.
320- BASE_COMMIT=" $( git log --author=bors@rust-lang.org -n 2 --pretty=format:%H | tail -n 1) "
321- else
322- BASE_COMMIT=" "
323- fi
324-
325315SUMMARY_FILE=github-summary.md
326316touch $objdir /${SUMMARY_FILE}
327317
@@ -359,7 +349,6 @@ docker \
359349 --env RUST_CI_OVERRIDE_RELEASE_CHANNEL \
360350 --env CI_JOB_NAME=" ${CI_JOB_NAME-$image } " \
361351 --env CI_JOB_DOC_URL=" ${CI_JOB_DOC_URL} " \
362- --env BASE_COMMIT=" $BASE_COMMIT " \
363352 --env DIST_TRY_BUILD \
364353 --env PR_CI_JOB \
365354 --env OBJDIR_ON_HOST=" $objdir " \
You can’t perform that action at this time.
0 commit comments