Skip to content

Commit

Permalink
Unrolled build for rust-lang#126663
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#126663 - onur-ozkan:gitdir-thing, r=Mark-Simulacrum

remove `GIT_DIR` handling in pre-push hook

This is already handled from bootstrap: https://github.com/rust-lang/rust/blob/a1ca449981e3b8442e358026437b7bedb9a1458e/src/bootstrap/src/utils/helpers.rs#L504-L506
  • Loading branch information
rust-timer authored Jun 23, 2024
2 parents 33422e7 + 279bf05 commit 9030650
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/etc/pre-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

set -Euo pipefail

# https://github.com/rust-lang/rust/issues/77620#issuecomment-705144570
unset GIT_DIR
ROOT_DIR="$(git rev-parse --show-toplevel)"

echo "Running pre-push script $ROOT_DIR/x test tidy"
Expand Down

0 comments on commit 9030650

Please sign in to comment.