-
Notifications
You must be signed in to change notification settings - Fork 373
runtime: Kata runtime fails to build with go 1.8.3 #638
Comments
Could you try a |
Oh - wait - I think you might be trying to build outside of your |
@jodh-intel : I think $GOPATH is set fine. I checked out 1.2.0 tag and everything built fine. Checked back to master and saw the build failure. |
@nitkon is |
@devimc :
|
Do you have local changes maybe? ( Does this work for you?
|
No, I do not have any local changes.
|
@nitkon ahhh the problem is the version go1.8.3 , please try with a new version |
btw I faced some runtime failures using that version |
@caoruidong I think so, and I think we shouldn't support that version any more |
@egernst @jodh-intel @bergwolf what do you think ? |
Yes. We can update Lines 183 to 188 in 8b5fa32
|
If I'm reading this correctly: https://golang.org/dl/ We'll need to fix up: Works for me, if it is not listed as effectively supported on the golang pages any more. |
I agree - 1.8.3 is getting pretty old now (https://github.com/golang/go/releases/tag/go1.8.3). Centos 7 even has golang 1.9.4 in their repo. I'll raise a PR to bump the YAML config... |
See #643. |
@devimc : So kata runtime with golang version 1.9.7 builds fine? I might have a local setup issue then ...
|
@nitkon - file |
@jodh-intel : Yes, you were right! I cleaned up and now I am able to build it without errors. Cool! |
should we close this issue? |
I think so as it's... cough... "fixed" by #643. |
Fixes kata-containers#638 Latest kata-runtime can't build with golang 1.8.3, fix it for backward compatibility. Signed-off-by: Wei Zhang <[email protected]>
Fixes kata-containers#638 Latest kata-runtime can't build with golang 1.8.3, fix it for backward compatibility. Signed-off-by: Wei Zhang <[email protected]>
Fixes kata-containers#638. Latest kata-runtime can't build with golang 1.8.3, fix it for backward compatibility. Signed-off-by: Wei Zhang <[email protected]>
Fixes kata-containers#638. Latest kata-runtime can't build with golang 1.8.3, fix it for backward compatibility. Signed-off-by: Wei Zhang <[email protected]>
Description of problem
Build and install of Kata runtime fails
Expected result
Successfully built the Kata runtime
Actual result
The text was updated successfully, but these errors were encountered: