Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
go1.11.9743
allow-binary-only-packages.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File allow-binary-only-packages.patch of Package go1.11.9743
Index: go/src/cmd/go/internal/load/pkg.go =================================================================== --- go.orig/src/cmd/go/internal/load/pkg.go +++ go/src/cmd/go/internal/load/pkg.go @@ -541,7 +541,7 @@ func LoadImport(path, srcDir string, par // Not vendoring, or we already found the vendored path. buildMode |= build.IgnoreVendor } - bp, err = cfg.BuildContext.Import(path, srcDir, buildMode) + bp, err = cfg.BuildContext.Import(path, srcDir, build.AllowBinary|buildMode) } bp.ImportPath = importPath if cfg.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