Skip to content

Commit acb2638

Browse files
committed
[build] Change caching policy on Appveyor
1 parent 47bb04f commit acb2638

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
build: false
44

55
cache:
6-
- 'ffmpeg-%ffmpeg_version%-full_build.7z -> appveyor.yml'
7-
- 'packaging\windows\installer\advinst.msi -> appveyor.yml'
6+
# FFmpeg self-invalidates via %ffmpeg_version% in the filename; AdvInst MSI and
7+
# Inkscape rarely need refresh and have `if not exist` install guards, so we
8+
# don't tie them to appveyor.yml (any edit there would force a cold-cache
9+
# reinstall of all three and blow past the 10-minute build limit).
10+
- 'ffmpeg-%ffmpeg_version%-full_build.7z'
11+
- 'packaging\windows\installer\advinst.msi'
812
- '%LOCALAPPDATA%\uv\cache -> pyproject.toml'
9-
- 'C:\Program Files\Inkscape -> appveyor.yml'
13+
- 'C:\Program Files\Inkscape'
1014

1115
# Branches applies to tags as well. We only build on tagged releases of the form vX.Y.Z-release
1216
branches:

0 commit comments

Comments
 (0)