Skip to content

Commit

Permalink
Makefile: workaround pasta user containers being broken
Browse files Browse the repository at this point in the history
When a system container runs a user container cannot be created as it
exits with a pasta error.

Reported as https://bugzilla.redhat.com/show_bug.cgi?id=2277954
  • Loading branch information
jelly authored and martinpitt committed Apr 30, 2024
1 parent 5fa3b08 commit e37a048
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ if [ "$TEST_SCENARIO" == "devel" ]; then
export TEST_COVERAGE=yes
fi

# Workaround broken podman pasta on Fedora-CoreOS https://bugzilla.redhat.com/show_bug.cgi?id=2277954
if [ "$TEST_OS" == "fedora-coreos" ]; then
export RUN_TESTS_OPTIONS="${RUN_TESTS_OPTIONS} --enable-network"
fi

make codecheck
make check
make po/podman.pot

0 comments on commit e37a048

Please sign in to comment.