build: fix (finaly?) the PPA env vars for Go bootstrapping

This commit is contained in:
Péter Szilágyi 2023-02-20 11:31:19 +02:00
parent c02334be1e
commit 4519054816
2 changed files with 0 additions and 3 deletions

View File

@ -721,7 +721,6 @@ func doDebianSource(cmdline []string) {
if *upload != "" {
ppaUpload(*workdir, *upload, *sshUser, []string{source, dsc, changes, buildinfo})
}
return
}
}
}

View File

@ -20,8 +20,6 @@ override_dh_auto_build:
# We're also shipping the bootstrapper as of Go 1.20 as it had minimum version
# requirements opposed to older versions of Go.
(mv .goboot ../ && cd ../.goboot/src && ./make.bash)
export GOROOT_BOOTSTRAP=`pwd`/../.goboot
echo $(GOROOT_BOOTSTRAP)
(mv .go ../ && cd ../.go/src && GOROOT_BOOTSTRAP=`pwd`/../../.goboot ./make.bash)
# We can't download external go modules within Launchpad, so we're shipping the