We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd43a7 commit b6e16c4Copy full SHA for b6e16c4
.github/workflows/ci.yml
@@ -85,6 +85,7 @@ jobs:
85
df -h /
86
# The ostree-container tests
87
sudo podman run --privileged --pid=host -v /:/run/host -v $(pwd):/src:ro -v /var/tmp:/var/tmp \
88
+ --tmpfs /var/lib/containers \
89
-v /run/dbus:/run/dbus -v /run/systemd:/run/systemd localhost/bootc /src/crates/ostree-ext/ci/priv-integration.sh
90
# Nondestructive but privileged tests
91
sudo bootc-integration-tests host-privileged localhost/bootc-integration-install
0 commit comments