We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767c202 commit 6c286beCopy full SHA for 6c286be
build/deb/ethereum/deb.rules
@@ -21,7 +21,8 @@ override_dh_auto_build:
21
# requirements opposed to older versions of Go.
22
(mv .goboot-1 ../ && cd ../.goboot-1/src && ./make.bash)
23
(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)
+ (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)
26
27
# We can't download external go modules within Launchpad, so we're shipping the
28
# entire dependency source cache with go-ethereum.
0 commit comments