File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,12 +103,6 @@ jobs:
103103 sudo apt-get update -qq
104104 sudo apt-get install -y podman skopeo
105105
106- - name : Configure Podman to use VFS storage driver
107- run : |
108- sudo mkdir -p /etc/containers
109- echo -e '[storage]\ndriver = "vfs"\nrunroot = "/run/containers/storage"\ngraphroot = "/var/lib/containers/storage"' | sudo tee /etc/containers/storage.conf
110- sudo rm -rf /var/lib/containers/storage /run/containers/storage
111-
112106 - name : Free disk space on the GHA runner
113107 # GitHub-hosted ubuntu-24.04 runners ship with ~14 GB free on
114108 # /. The MiOS Containerfile bakes 16+ container images into
@@ -300,12 +294,6 @@ jobs:
300294 sudo apt-get update -qq
301295 sudo apt-get install -y podman
302296
303- - name : Configure Podman to use VFS storage driver
304- run : |
305- sudo mkdir -p /etc/containers
306- echo -e '[storage]\ndriver = "vfs"\nrunroot = "/run/containers/storage"\ngraphroot = "/var/lib/containers/storage"' | sudo tee /etc/containers/storage.conf
307- sudo rm -rf /var/lib/containers/storage /run/containers/storage
308-
309297 - name : Free disk space on the GHA runner (smoke job)
310298 # Same rationale as the main build job -- runner needs ~30 GB
311299 # extra room for the 16+ bound-image bakes during smoke build.
You can’t perform that action at this time.
0 commit comments