Skip to content

Commit 6c286be

Browse files
authored
build/deb: add step for new Go bootstrap to debian rules (#31283)
Next attempt at fixing the build on launchpad.net
1 parent 767c202 commit 6c286be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/deb/ethereum/deb.rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ override_dh_auto_build:
2121
# requirements opposed to older versions of Go.
2222
(mv .goboot-1 ../ && cd ../.goboot-1/src && ./make.bash)
2323
(mv .goboot-2 ../ && cd ../.goboot-2/src && GOROOT_BOOTSTRAP=`pwd`/../../.goboot-1 ./make.bash)
24-
(mv .go ../ && cd ../.go/src && GOROOT_BOOTSTRAP=`pwd`/../../.goboot-2 ./make.bash)
24+
(mv .goboot-3 ../ && cd ../.goboot-3/src && GOROOT_BOOTSTRAP=`pwd`/../../.goboot-2 ./make.bash)
25+
(mv .go ../ && cd ../.go/src && GOROOT_BOOTSTRAP=`pwd`/../../.goboot-3 ./make.bash)
2526

2627
# We can't download external go modules within Launchpad, so we're shipping the
2728
# entire dependency source cache with go-ethereum.

0 commit comments

Comments
 (0)