Mesa (master): appveyor: Cache meson's wrap downloads

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 16 23:44:37 UTC 2019


Module: Mesa
Branch: master
Commit: 4e07869a063c67093eea2dc8c17e182f880f2e22
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e07869a063c67093eea2dc8c17e182f880f2e22

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Mon Oct 14 10:20:54 2019 -0700

appveyor: Cache meson's wrap downloads

This makes us less reliant on wrap-db (and reduces the amount of
downloading that goes on during the build).

Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1936
Acked-by: Eric Engestrom <eric.engestrom at intel.com>

---

 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index 6c1bd370044..3a2468890d3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,6 +38,7 @@ cache:
 - '%LOCALAPPDATA%\pip\Cache -> appveyor.yml'
 - win_flex_bison-2.5.15.zip
 - llvm-5.0.1-msvc2017-mtd.7z
+- subprojects\packagecache -> subprojects\*.wrap
 
 os: Visual Studio 2017
 




More information about the mesa-commit mailing list