mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
go 1.24 on rawhide starts to fail with: go: could not parse netrc (GOAUTH=netrc): $HOME is not defined GOAUTH is a new go 1.24 feature, and someone this started to require a $HOME set. We should have $HOME set already in many places but because the lib.sh script was not loaded here it was not set. We have GOPATH set AFAICT otherwise go would never have worked without $HOME. Signed-off-by: Paul Holzinger <pholzing@redhat.com>