Skip to content

Commit b6e16c4

Browse files
committed
install: Add a tmpfs for /var/lib/containers
Recent podman versions got stricter about not doing overlay-on-overlay by default. Signed-off-by: Colin Walters <[email protected]>
1 parent 3fd43a7 commit b6e16c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
df -h /
8686
# The ostree-container tests
8787
sudo podman run --privileged --pid=host -v /:/run/host -v $(pwd):/src:ro -v /var/tmp:/var/tmp \
88+
--tmpfs /var/lib/containers \
8889
-v /run/dbus:/run/dbus -v /run/systemd:/run/systemd localhost/bootc /src/crates/ostree-ext/ci/priv-integration.sh
8990
# Nondestructive but privileged tests
9091
sudo bootc-integration-tests host-privileged localhost/bootc-integration-install

0 commit comments

Comments
 (0)