Merge pull request #1016 from runcom/runc-version
CI: use a fixed runc version, not master
This commit is contained in:
commit
04951dcc6e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
git:
|
||||
repo: "https://github.com/opencontainers/runc.git"
|
||||
dest: "{{ ansible_env.GOPATH }}/src/github.com/opencontainers/runc"
|
||||
version: "84a082bfef6f932de921437815355186db37aeb1"
|
||||
|
||||
- name: build runc
|
||||
make:
|
||||
|
|
Loading…
Reference in a new issue