Skip to content

Commit 9030650

Browse files
authored
Unrolled build for rust-lang#126663
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
2 parents 33422e7 + 279bf05 commit 9030650

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/etc/pre-push.sh

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
set -Euo pipefail
99

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

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

0 commit comments

Comments
 (0)