Merge pull request #1016 from runcom/runc-version

CI: use a fixed runc version, not master
This commit is contained in:
Daniel J Walsh 2017-10-16 13:18:11 -04:00 committed by GitHub
commit 04951dcc6e
1 changed files with 1 additions and 0 deletions

View File

@ -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: