-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/coordinator: fix trybots for the "dl" repo
Don't assume that all repos have import path starting with "golang.org/x/". Add a new func instead. But in one place (finding GOPATH deps), just hard-code the old behavior of only looking for golang.org/x/ deps. That code will be deleted soonish anyway, so no point cleaning it up. Fixes golang/go#30852 Change-Id: Ic657549832da71d3915439875e456f323cf5ebdf Reviewed-on: https://go-review.googlesource.com/c/build/+/170417 Reviewed-by: Bryan C. Mills <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
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