Install Go directly from upstream, not through RPM
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
This commit is contained in:
parent
e5749088b2
commit
40132d786d
8 changed files with 100 additions and 120 deletions
|
@ -4,7 +4,6 @@
|
|||
git:
|
||||
repo: "https://github.com/sstephenson/bats.git"
|
||||
dest: "{{ ansible_env.GOPATH }}/src/github.com/sstephenson/bats"
|
||||
version: "{{ 'pull/161/head' if xunit else 'HEAD' }}"
|
||||
|
||||
- name: install bats
|
||||
command: "./install.sh /usr/local"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
version: "16e6fe4d7199c5689db4630a9330e6a8a12cecd1"
|
||||
|
||||
- name: install crictl
|
||||
command: "go install github.com/kubernetes-incubator/cri-tools/cmd/crictl"
|
||||
command: "/usr/bin/go install github.com/kubernetes-incubator/cri-tools/cmd/crictl"
|
||||
|
||||
- name: link crictl
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue