File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
repos/internal/commands/release Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ function @milpa.fail () {
7474}
7575
7676# create some files pipes for compa
77- compaOut=$( mktemp -t " compaOut.XXX " )
78- compaErr=$( mktemp -t " compaErr.XXX " )
77+ compaOut=$( mktemp -t " compaOut.XXXXXX " )
78+ compaErr=$( mktemp -t " compaErr.XXXXXX " )
7979trap ' rm -rf $compaOut $compaErr' ERR EXIT TERM
8080
8181# figure out what the user is asking for
Original file line number Diff line number Diff line change 2424
2525@milpa.log info " Starting build for ${MILPA_ARG_TARGETS[*]} "
2626mkdir -p " $output "
27- GOFLAGS=" -trimpath" gox -osarch " ${MILPA_ARG_TARGETS[*]} " \
27+ CGO_ENABLED=0 GOFLAGS=" -trimpath" gox -osarch " ${MILPA_ARG_TARGETS[*]} " \
2828 -parallel=" $MILPA_OPT_PARALLEL " \
2929 -ldflags " -s -w -X main.version=${MILPA_VERSION} " \
3030 -output " $output /{{.OS}}-{{.Arch}}" || @milpa.fail " Could not build with gox"
You can’t perform that action at this time.
0 commit comments