Skip to content

Commit

Permalink
Remove temporary work around and bump containerd versions
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Aug 24, 2023
1 parent e86cf90 commit 527ed49
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
containerd: [v1.6.21, v1.7.1]
containerd: [v1.6.23, v1.7.4]

steps:
- name: Checkout extensions
Expand Down Expand Up @@ -150,10 +150,5 @@ jobs:
EXTRA_TESTFLAGS: "-no-criu -test.skip='(TestContainerPTY|TestContainerExecLargeOutputWithTTY)'"
TESTFLAGS_RACE: "-race"
run: |
# https://github.com/containerd/rust-extensions/issues/147#issuecomment-1684553369
cd integration/client
sudo -E PATH=$PATH go mod edit -dropreplace github.com/AdaLogics/go-fuzz-headers
sudo -E PATH=$PATH go get -u github.com/AdaLogics/go-fuzz-headers
cd ../..
sudo -E PATH=$PATH make integration
working-directory: src/github.com/containerd/containerd

0 comments on commit 527ed49

Please sign in to comment.