1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# This should run anywhere, like Salsa CI, without /dev/fuse support.
Tests: unittests
Depends:
@builddeps@,
buildah,
catatonit,
dbus-user-session,
fuse-overlayfs,
podman,
python3-pytest,
python3-requests-mock,
slirp4netns,
uidmap,
Restrictions: allow-stderr, needs-internet
# This should provide /dev/fuse, and run the full test suite.
Tests: unittests
Depends:
@builddeps@,
buildah,
catatonit,
dbus-user-session,
fuse-overlayfs,
podman,
python3-pytest,
python3-requests-mock,
slirp4netns,
uidmap,
Restrictions: allow-stderr, isolation-machine, needs-internet, skippable
|