Skip to content

Commit

Permalink
Remove workaround for docker in Github Actions
Browse files Browse the repository at this point in the history
It seems the workaround is no longer necessary, and functional tests
fail with outdated base images, so it's time to move on.

Signed-off-by: Nikola Forró <nforro@redhat.com>
  • Loading branch information
nforro committed Dec 6, 2021
1 parent d74c41d commit 2947e75
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ jobs:
strategy:
matrix:
include:
# Use an older version of the base image. This is a temporary
# workaround for an issue in Actions with docker, where any make
# command (e.g. make clean) inside a Dockerfile fails with
# "Operation not permitted" error. This only started occurring
# when the base images were updated.
- distro: latest-723d477
- distro: rawhide-723d477
- distro: fedora-latest
- distro: fedora-rawhide
steps:
- uses: actions/checkout@v2
# Setup docker
Expand Down

0 comments on commit 2947e75

Please sign in to comment.