Skip to content

Commit bf3677a

Browse files
author
MarcoFalke
committed
Merge #15405: [build] AppVeyor: clean cache when build configuration changes
88a91e2 [build] AppVeyor: clean cache when build configuration changes (Sjors Provoost) Pull request description: AppVeyor builds started starting failing on master after I cleaned the cache in #15382. In addition, it appeared that a new dependency (boost-process) wasn't getting added in that PR without at least cleaning the vcpkg cache. Tree-SHA512: 1ad87bf6ca866cc20db04682cdf7572b59d22a7eaf346f390fc476c5e28bc5422733277fd765e5c9fd2ea88107b52fccd13f1f7e55493f567c4c4a1c16d7cb3a
2 parents 4d2767c + 88a91e2 commit bf3677a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ environment:
1111
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
1212
PYTHONUTF8: 1
1313
cache:
14-
- C:\tools\vcpkg\installed
15-
- C:\Users\appveyor\clcache
14+
- C:\tools\vcpkg\installed -> appveyor.yml
15+
- C:\Users\appveyor\clcache -> appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
1616
install:
1717
- cmd: pip install --quiet git+https://github.com/frerich/[email protected]
1818
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.

0 commit comments

Comments
 (0)