Merge pull request #4442 from estesp/noop-deps

Remove seccomp/Linux deps steps in GH Actions
This commit is contained in:
Maksym Pavlenko 2020-07-31 16:13:34 -07:00 committed by GitHub
commit bd92d567a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 11 deletions

View File

@ -235,12 +235,6 @@ jobs:
with:
path: src/github.com/containerd/containerd
- name: Install Linux dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y btrfs-tools libseccomp-dev
- name: Make
run: |
make build

View File

@ -79,11 +79,6 @@ jobs:
repository: containerd/containerd
ref: ${{ github.ref }}
path: src/github.com/containerd/containerd
- name: Install Linux dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y btrfs-tools libseccomp-dev
- name: HCS Shim commit
id: hcsshim_commit
if: startsWith(matrix.os, 'windows')