Skip to content

Commit

Permalink
Test fix for BK packaging failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Apr 23, 2024
1 parent 27b4bae commit 06b58bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/crossbuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func (b GolangCrossBuilder) Build() error {

args = append(args,
"--rm",
"--env", "GOFLAGS=-mod=readonly -buildvcs=false",
"--env", "'GOFLAGS=-mod=readonly -buildvcs=false'",
"--env", "MAGEFILE_VERBOSE="+verbose,
"--env", "MAGEFILE_TIMEOUT="+EnvOr("MAGEFILE_TIMEOUT", ""),
"--env", fmt.Sprintf("SNAPSHOT=%v", Snapshot),
Expand Down

0 comments on commit 06b58bf

Please sign in to comment.