Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP1:Update
go1.8
allow-binary-only-packages.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File allow-binary-only-packages.patch of Package go1.8
diff --git a/src/cmd/go/pkg.go b/src/cmd/go/pkg.go index 575f187f3b..56e6e29883 100644 --- a/src/cmd/go/pkg.go +++ b/src/cmd/go/pkg.go @@ -363,7 +363,7 @@ func loadImport(path, srcDir string, parent *Package, stk *importStack, importPo // Not vendoring, or we already found the vendored path. buildMode |= build.IgnoreVendor } - bp, err := buildContext.Import(path, srcDir, buildMode) + bp, err := buildContext.Import(path, srcDir, build.AllowBinary|buildMode) bp.ImportPath = importPath if gobin != "" { bp.BinDir = gobin
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor