ci: Reclaim some of the used space

Reclaim some storage space in the middle of the CI job that builds and
installs Dangerzone in Fedora. The reason is that previously, we
encountered an issues with CI runners running out of space.
This commit is contained in:
Alex Pyrgiotis 2024-02-05 12:49:47 +02:00
parent 7f0346686d
commit 93bf0af348
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -192,6 +192,12 @@ jobs:
./dev_scripts/env.py --distro fedora --version ${{ matrix.version }} \
run --dev --no-gui ./dangerzone/install/linux/build-rpm.py
# Reclaim some space in this step, now that the dev environment is no
# longer necessary. Previously, we encountered out-of-space issues while
# running this CI job.
- name: Reclaim some storage space
run: podman system reset -f
- name: Build end-user environment
run: |
./dev_scripts/env.py --distro fedora --version ${{ matrix.version }} \