-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This script is needed by both podman and buildah CI. However a bug in the line `export GOPATH="${GOPATH:/var/tmp/go}"` was causing it to silently exit before doing it's job. Fortunately the downstream build systems are somewhat tolerant, so the problem wasn't noticed at image build time. Simplify the script by requiring it to be called under $SUDO, this allows moving a bunch of golang variable definitions into the script and also making it `set -e` so failures are noticed sooner. Signed-off-by: Chris Evich <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters