Skip to content

Commit

Permalink
ci: remove runc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Nov 15, 2021
1 parent d8f7898 commit ca4fe1b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_dict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ jobs:
if: "(contains(github.event_name, 'schedule') || !contains(github.event.commits[0].message, 'ci ckip'))"
runs-on: ubuntu-20.04
steps:
# https://github.com/actions/virtual-environments/issues/2698#issuecomment-779262068
- name: Build latest runc
run: |
sudo apt-get install libseccomp-dev
git clone https://github.com/opencontainers/runc
cd runc
make
sudo make install
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ca4fe1b

Please sign in to comment.