Skip to content

Commit

Permalink
builder: enable cacheprog experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
eandre committed Aug 11, 2023
1 parent 7ce447a commit b9d02b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion builder/encore-build.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ func (b *Builder) Build() error {
cmd.Env = append(os.Environ(),
"GOROOT_FINAL=/encore",
"GOARCH="+b.GOARCH,
"GOOS="+b.GOOS)
"GOOS="+b.GOOS,
"GOEXPERIMENT=cacheprog",
)
return cmd.Run()
}

Expand Down

0 comments on commit b9d02b1

Please sign in to comment.