-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34069: *: bump github.com/knz/go-libedit r=jordanlewis,knz a=petermattis This picks up a change which silences the pointer-sign conversion warnings which were in turn causing `TestLint/TestVet` to error spuriously. Fixes #34059 Release note: None 34086: build: clear GOFLAGS when invoking `go install` r=tbg a=petermattis Similar to the previous `GOFLAGS` fix, we need to make sure the `GOFLAGS` env variable is cleared when invoking `go install` as we're passing those flags on the command line as well. go1.11 added support for parsing the `GOFLAGS` environment variable, but that support is not identical to passing those flags on the command line (e.g. there is a difference between `-o foo` and `-o=foo`). Fixes #34083 Release note: None Co-authored-by: Peter Mattis <[email protected]>
- Loading branch information
Showing
4 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters