[oe-commits] [openembedded-core] 20/23: distro: default: Change Go default version to 1.9

git at git.openembedded.org git at git.openembedded.org
Fri Apr 13 15:59:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit c5b5055d2dc04317a7a64c150046a6435a6805c2
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Wed Apr 11 11:32:52 2018 -0300

    distro: default: Change Go default version to 1.9
    
    For the time being, there is a serious bug[1] in Go 1.10 when it comes to
    use the shared runtime support which cases problems in multiple projects.
    
     1. https://github.com/golang/go/issues/24640
    
    It is still unclear if the problem arises from a bug inside the
    compiler itself or it makes a real problem more visible. Either way,
    using 1.10 as default seems to be a risk so we are changing back to
    1.9 for now.
    
    Refs: [YOCTO: #12631]
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 7862edb..00399ae 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -72,7 +72,7 @@ PREFERRED_VERSION_nativesdk-qemu ?= "${QEMUVERSION}"
 # Setup suitable toolchain flags
 require conf/distro/include/as-needed.inc
 
-GOVERSION ?= "1.10%"
+GOVERSION ?= "1.9%"
 PREFERRED_VERSION_virtual/${TARGET_PREFIX}go ?= "${GOVERSION}"
 PREFERRED_VERSION_go-cross-${TARGET_ARCH} ?= "${GOVERSION}"
 PREFERRED_VERSION_go-crosssdk-${SDK_ARCH} ?= "${GOVERSION}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list