Merge #15405: [build] AppVeyor: clean cache when build configuration changes
88a91e2c9d
[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
This commit is contained in:
commit
bf3677a6bb
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ environment:
|
||||||
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
|
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
|
||||||
PYTHONUTF8: 1
|
PYTHONUTF8: 1
|
||||||
cache:
|
cache:
|
||||||
- C:\tools\vcpkg\installed
|
- C:\tools\vcpkg\installed -> appveyor.yml
|
||||||
- C:\Users\appveyor\clcache
|
- C:\Users\appveyor\clcache -> appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
|
||||||
install:
|
install:
|
||||||
- cmd: pip install --quiet git+https://github.com/frerich/clcache.git@v4.2.0
|
- cmd: pip install --quiet git+https://github.com/frerich/clcache.git@v4.2.0
|
||||||
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
|
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
|
||||||
|
|
Loading…
Reference in a new issue