Anfang der weitergeleiteten Nachricht:Von: Jordi Massaguer Pla <jmassaguerpla@suse.de>Betreff: [opensuse-go] building go with go1.4 for openSUSE instead of gcc-goDatum: 30. August 2016 17:52:03 MESZHi,
I noticed that we are building go with gcc-go for openSUSE Leap and Factory
See the spec file [1]:
%if 0%{?suse_version} > 1320
# openSUSE Factory
%define with_gccgo 1
%else
%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
# openSUSE Leap
%define with_gccgo 1
According to the go documentation [2], we should use go1.4, except for archs where go1.4 is not available, like ppc64le.
So I think we should switch to using go1.4, shouldn't we? Or is there anything that I may be missing?
If we do that, we will have to submit go1.4 to Leap and Factory.
So, should I create a submit request that makes go build with go1.4?
regards
jordi
[1] https://build.opensuse.org/package/view_file/devel:languages:go/go/go.spec?expand=1
[2] https://golang.org/doc/install/source#go14
--
To unsubscribe, e-mail: opensuse-go+unsubscribe@opensuse.org
To contact the owner, e-mail: opensuse-go+owner@opensuse.org