Commit 45190548 authored by Péter Szilágyi's avatar Péter Szilágyi

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

parent c02334be
......@@ -721,7 +721,6 @@ func doDebianSource(cmdline []string) {
if *upload != "" {
ppaUpload(*workdir, *upload, *sshUser, []string{source, dsc, changes, buildinfo})
}
return
}
}
}
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment