-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not use 'go get' for retrieving assets; use git, wget, curl, etc. instead #823
Comments
If anyone wants to do this, step 1 is to |
We will leave this as a parent issue not assigned to anyone specific. |
@jodh-intel, last time I had a look at this, the problem was not replacing Therefore, three things need to be modified at the same time: how are assets retrieved, where are assets downloaded to, how do scripts find assets (sometimes hardcoded). I could and can "fix" the two first points, but the latter requires an expertise/knowledge about this project's testing infrastructure as a whole. As a result, I believe that modifying this needs to be guided by someone with a good understanding of the organisation and the overall testing architecture. I wouldn't call this a "good first issue". |
This should be closed via kata-containers/tests#5224 |
Description of problem
go get
is NOT for retrieving assets, but for adding Go (build) dependencies.go get
is used incorrectly for retrieving assets.go get
downloading assets to specific locations. See https://github.com/kata-containers/kata-containers/blob/2.0-dev/ci/lib.sh#L17.go.mod
files were added to the repo.Expected result
Running Travis CI with go modules enabled should be successful.
Actual result
Please, see kata-containers/runtime#1420 (comment).
Further information
The text was updated successfully, but these errors were encountered: