Merge pull request #4442 from estesp/noop-deps
Remove seccomp/Linux deps steps in GH Actions
This commit is contained in:
commit
bd92d567a5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -235,12 +235,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: src/github.com/containerd/containerd
|
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
|
- name: Make
|
||||||
run: |
|
run: |
|
||||||
make build
|
make build
|
||||||
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -79,11 +79,6 @@ jobs:
|
|||||||
repository: containerd/containerd
|
repository: containerd/containerd
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
path: src/github.com/containerd/containerd
|
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
|
- name: HCS Shim commit
|
||||||
id: hcsshim_commit
|
id: hcsshim_commit
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
|
Loading…
Reference in New Issue
Block a user