You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2020. It is now read-only.
This is basically a reopening of #492
When there is a subdirectory/sub-package of src/cmd, it fails to build with an error that looks like this:
It appears that the search path does not contain both the $GB_PROJECT_DIR and the $GB_GOROOT. It only contains the $GB_GOROOT.
I will shortly contribute a pull request which causes
TestGbBuildSubPackageOfCmdto fail.