Commit 0aff5e9
ci: cache vcpkg packages on Windows builds (#766)
## What
Cache the installed vcpkg packages on the Windows builds in `test` and
`sql_catalog_test`, and skip the install step when the cache is present.
## Why
Every Windows run reinstalls the same packages (zlib, nlohmann-json,
nanoarrow, roaring, plus cpr / sqlite3) from scratch, costing a couple
of minutes each time. Caching them removes that on every run after the
first. This matches what `aws_test` already does.
## Validation
A warm run reused the cached packages and skipped the install. The cache
only rebuilds when the package list changes.
Co-authored-by: Abanoub Doss <abanoub.doss@gmail.com>1 parent a38e0cd commit 0aff5e9
2 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
102 | 108 | | |
| 109 | + | |
103 | 110 | | |
104 | 111 | | |
105 | 112 | | |
| |||
0 commit comments