abnobdoss opened a new pull request, #766:
URL: https://github.com/apache/iceberg-cpp/pull/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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to