Skip to content

Commit 4c17dc0

Browse files
committed
sweet: upgrade tile38 to 1.29.1
The current version of tile38 hard-codes GOFLAGS in its Makefile, which makes experimentation with compiler flags difficult. Upgrade to the latest version, which no longer overrides GOFLAGS. This will probably cause a slight discontinuity in performance results. For golang/go#55022. Change-Id: I1e42bd76d2bfcb7b9816447b260988f37bf32c87
1 parent 125e69f commit 4c17dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sweet/harnesses/tile38.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func (h Tile38) Get(srcDir string) error {
2626
return gitShallowClone(
2727
srcDir,
2828
"https://github.com/tidwall/tile38",
29-
"1.25.3",
29+
"1.29.1",
3030
)
3131
}
3232

0 commit comments

Comments
 (0)