Skip to content

Commit acec49c

Browse files
authored
feat: reenable buildvcs (#49365)
buildvcs was disabled a few years ago because of compile errors due to missing git objects. This has been resolved so we should reenable it
1 parent 987765e commit acec49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/mage/crossbuild.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ func (b GolangCrossBuilder) Build() error {
343343

344344
args = append(args,
345345
"--rm",
346-
"--env", "GOFLAGS=-mod=readonly -buildvcs=false",
346+
"--env", "GOFLAGS=-mod=readonly",
347347
"--env", "MAGEFILE_VERBOSE="+verbose,
348348
"--env", "MAGEFILE_TIMEOUT="+EnvOr("MAGEFILE_TIMEOUT", ""),
349349
"--env", fmt.Sprintf("SNAPSHOT=%v", Snapshot),

0 commit comments

Comments
 (0)