Skip to content

Commit 5af5781

Browse files
committed
make,check-smoke: use --net=host
dnf is choking or what still need to figure out the storage though Signed-off-by: Tomas Tomecek <[email protected]>
1 parent 047e0da commit 5af5781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ check-pypi-packaging:
1212
#FIXME: try outer container to be rootless
1313
# build tests image
1414
# run tests as an unpriv user
15+
# TODO: podman inside needs to use vfs storage driver
1516
check-smoke:
16-
sudo podman run --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:29 bash -c '\
17+
sudo podman run --net=host --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:29 bash -c '\
1718
dnf install -y buildah podman \
1819
&& podman pull docker.io/library/python:3-alpine \
1920
&& pip3 install . \

0 commit comments

Comments
 (0)