Skip to content

Commit 55a587c

Browse files
authored
Merge pull request #184 from jacob-hughes/simplify-ci
Remove git --unshallow from CI script
2 parents 7c0e170 + f33ec60 commit 55a587c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.buildbot.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ YKSOMV=4d3679fca1139876adccdbd9a27f110b91b229fa
66
GRMTOOLSV=7fff436c3659f103eac658e68808990410d2594b
77
set -e
88

9-
# This is needed because Alloy is rebased on top of rustc, and we need enough
10-
# depth for the bootstrapper to find the correct llvm sha
11-
git fetch --unshallow
12-
139
export CARGO_HOME="$(pwd)/.cargo"
1410
export RUSTUP_HOME="$(pwd)/.rustup"
1511

0 commit comments

Comments
 (0)