Skip to content

Commit

Permalink
CI: fix Fedora 34 VM
Browse files Browse the repository at this point in the history
Fix issue 2361

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Jul 14, 2021
1 parent aada03d commit f451334
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cgroup2.yaml
Expand Up @@ -39,6 +39,11 @@ jobs:
sleep $i
done
- name: Reboot (workaround for https://github.com/containers/podman/issues/10928)
run: |
vagrant halt
vagrant up
- name: Set up Rootless Docker
if: ${{ matrix.provider == 'docker' && matrix.rootless == 'rootless' }}
run: |
Expand Down
3 changes: 3 additions & 0 deletions hack/ci/Vagrantfile
Expand Up @@ -20,6 +20,9 @@ Vagrant.configure("2") do |config|
# Ensure network-related modules to be loaded
modprobe tap ip_tables iptable_nat ip6_tables ip6table_nat
# Workaround for https://github.com/containers/podman/issues/10928
dnf upgrade -y
# The moby-engine package included in Fedora lacks support for rootless,
# So we need to install docker-ce and docker-ce-rootless-extras from the upstream.
curl -fsSL https://get.docker.com | sh
Expand Down

0 comments on commit f451334

Please sign in to comment.