ci: setup: always install/update golang on setup#1465
ci: setup: always install/update golang on setup#1465jodh-intel merged 1 commit intokata-containers:masterfrom
Conversation
|
/test |
|
OOh, it didn't immediately explode! Ah, but I think I need to add some args to the install call: |
d76dec5 to
923f00a
Compare
|
/test |
Always try to install/update the version of golang.sh we have when running setup.sh. For Jenkins, this is done already by the jenkins specific script, but for other CIs and for hand-running the setup it would be nice to always try to do it before we do anything else. Fixes: kata-containers#1464 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
923f00a to
a248610
Compare
|
/test bash -f "${cidir}/install_go.sh -p -f"and the opts inside the double quotes then make those opts part of the command, and the file is not found... duh. Here is the question - what does |
|
@grahamwhaley yes, I think it is the same as |
|
right. I think we have |
Always try to install/update the version of golang.sh we have when
running setup.sh. For Jenkins, this is done already by the jenkins
specific script, but for other CIs and for hand-running the setup
it would be nice to always try to do it before we do anything else.
Fixes: #1464
Signed-off-by: Graham Whaley graham.whaley@intel.com