1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-24 14:30:54 +00:00

See how much space an aggressive Docker prune gets us

Hopefully it's lots.
This commit is contained in:
AnyOldName3 2026-01-02 02:17:45 +00:00
parent fef5f60828
commit f11b2a3d7d

View file

@ -715,6 +715,8 @@ macOS15_Xcode16_arm64:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
before_script:
- Get-Volume
- docker system prune -a --volumes
- Get-Volume
- Stop-Service docker
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolatey/" --priority=1
@ -949,6 +951,8 @@ Windows_Ninja_CacheInit:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
before_script:
- Get-Volume
- docker system prune -a --volumes
- Get-Volume
- Stop-Service docker
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolatey/" --priority=1