Skip to content

Commit f2d0d52

Browse files
committed
Remove unused environment variable
Its last use was removed in rust-lang#142827.
1 parent 138cc27 commit f2d0d52

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/ci/docker/run.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -312,16 +312,6 @@ else
312312
command=(/checkout/src/ci/run.sh)
313313
fi
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 [email protected] -n 2 --pretty=format:%H | tail -n 1)"
321-
else
322-
BASE_COMMIT=""
323-
fi
324-
325315
SUMMARY_FILE=github-summary.md
326316
touch $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" \

0 commit comments

Comments
 (0)