Commit 1c7dc70
committed
ci(windows): expand runner disk cleanup to prevent TeX Live OOS
The Windows container build has failed intermittently (2026-04-05, 03-29,
03-08) during TeX Live installation with:
re-exec error: exit status 1: output: write ...
\texlive\tlpkg\tlgs\Resource\Font\putri8a.pfb:
There is not enough space on the disk.
The pre-build cleanup step was only removing six toolchains. Expand the
allowlist to cover more pre-installed SDKs and package-manager caches
that the Quarto Windows container build does not use.
Added removals:
- Android SDK, ANDROID_HOME, ANDROID_SDK_ROOT
- Go, Java, JDK variants, dotnet SDKs
- Unity Hub, Windows Kits ExtensionSDKs
- PHP, Ruby, Julia, Miniconda, Rust toolchains
- Cargo/rustup user caches, vcpkg, Selenium drivers
- NuGet / npm / pip / Chocolatey HTTP caches
- Windows Update download cache
Added post-prune operations:
- Clear-RecycleBin
- docker builder prune -af
- docker volume prune -f
Explicitly does NOT touch: C:\ProgramData\chocolatey (scoop fallback),
C:\Users\runneradmin\scoop (build state), Docker binaries, or any
installation step in the Dockerfile.1 parent a4dd64c commit 1c7dc70
1 file changed
Lines changed: 45 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
175 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
176 | 212 | | |
177 | 213 | | |
178 | | - | |
| 214 | + | |
179 | 215 | | |
180 | 216 | | |
181 | 217 | | |
182 | 218 | | |
183 | 219 | | |
184 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
185 | 224 | | |
| 225 | + | |
| 226 | + | |
186 | 227 | | |
187 | 228 | | |
188 | 229 | | |
| |||
0 commit comments