Skip to content

Commit

Permalink
sweet: upgrade tile38 to 1.29.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
prattmic committed Oct 20, 2022
1 parent 125e69f commit 4c17dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweet/harnesses/tile38.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (h Tile38) Get(srcDir string) error {
return gitShallowClone(
srcDir,
"https://github.com/tidwall/tile38",
"1.25.3",
"1.29.1",
)
}

Expand Down

0 comments on commit 4c17dc0

Please sign in to comment.