mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
7f0346686d
commit
93bf0af348
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -192,6 +192,12 @@ jobs:
|
||||||
./dev_scripts/env.py --distro fedora --version ${{ matrix.version }} \
|
./dev_scripts/env.py --distro fedora --version ${{ matrix.version }} \
|
||||||
run --dev --no-gui ./dangerzone/install/linux/build-rpm.py
|
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
|
- name: Build end-user environment
|
||||||
run: |
|
run: |
|
||||||
./dev_scripts/env.py --distro fedora --version ${{ matrix.version }} \
|
./dev_scripts/env.py --distro fedora --version ${{ matrix.version }} \
|
||||||
|
|
Loading…
Reference in a new issue