Compilers, interpreters and other basic build tools used by StarlingX
Go to file
Boovan Rajendran 06fbe30932 Fix for GOPATH failure in go-dep Package
The go-dep package is encountering the following error after
updating golang-any, golang-go, and golang-src to version 1.22:
"go.mod file not found in current directory or any parent"

According to the Golang 1.22 release notes
https://tip.golang.org/doc/go1.22#go-command, go get is no longer
supported outside of a module in the legacy GOPATH mode.

To address this, we have created a patch that sets and exports the
GO111MODULE variable to off.

Test Plan:
PASS: go-dep Package build successfully
PASS: Download all packages successfully.
PASS: Build ISO and installed as AIO-SX.

Story: 2011047
Task: 51402

Change-Id: I28e276dd2caae7c094ac77dc0a2074d9ba6acb22
Signed-off-by: Boovan Rajendran <boovan.rajendran@windriver.com>
2024-11-25 16:32:35 +00:00
languages Remove CentOS/OpenSUSE build support 2024-04-26 13:44:32 -04:00
tools Fix for GOPATH failure in go-dep Package 2024-11-25 16:32:35 +00:00
.gitignore Add zuul check and gate jobs to this new repo 2019-09-09 14:03:01 -05:00
.gitreview Add a .gitreview file to the new repo 2019-09-09 09:16:10 -05:00
.zuul.yaml Fix github mirroring for this repo 2023-04-28 12:38:50 -04:00
debian_build_layer.cfg Add debian_build_layer.cfg file 2021-10-05 14:04:07 -04:00
debian_pkg_dirs Up-rev golang from 1.21.6 to 1.21.7 2024-02-27 09:23:49 -05:00
requirements.txt Add zuul check and gate jobs to this new repo 2019-09-09 14:03:01 -05:00
test-requirements.txt Add zuul check and gate jobs to this new repo 2019-09-09 14:03:01 -05:00
tox.ini Update tox.ini to work with tox 4 2022-12-26 22:04:12 +00:00