Skip to content

Commit

Permalink
disabled buildvcs (#38366)
Browse files Browse the repository at this point in the history
Force merging this to unblock buildkite migration.

(cherry picked from commit 202b490)
  • Loading branch information
oakrizan authored and mergify[bot] committed Mar 18, 2024
1 parent 41625cf commit 02ee186
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",
"--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 02ee186

Please sign in to comment.