-
Notifications
You must be signed in to change notification settings - Fork 36.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #17416: Appveyor improvement - text file for vcpkg package list
29eb039 Moves vcpkg list to a text file and updates the appveyor job and readme to use it. (Aaron Clauson) Pull request description: #17364 attempted to save a couple of minutes by skipping the `vcpkg` steps if the vcpkg install directory was already cached. The discussion in #15382 highlights the approach used in #17364 does not accommodate adding a new package. ~~This PR improves the approach to individually check whether each vcpg package is installed rather than checking for the existence of the vcpkg install directory.~~ This PR moves the list of required vcpkg packages into a separate file and uses changes to that file to invalidate the appveyor cache. Whenever the cache is invalidated the vcpkg sources will be updated, the vcpkg binary built and the required packages installed from the latest port files. ACKs for top commit: MarcoFalke: ACK 29eb039 Tree-SHA512: 0c2a170f4e4b47ca0f9cef14f1e3892001b441a6d84f50bf5fd8a26bc4cdbd9358dfce7ef180d37150262e849650e9857d6b2bcd686964b963c3de6cd708a2f3
- v28.1
- v28.1rc2
- v28.1rc1
- v28.0
- v28.0rc2
- v28.0rc1
- v27.2
- v27.2rc1
- v27.1
- v27.1rc1
- v27.0
- v27.0rc1
- v26.2
- v26.2rc1
- v26.1
- v26.1rc2
- v26.1rc1
- v26.0
- v26.0rc3
- v26.0rc2
- v26.0rc1
- v25.2
- v25.2rc2
- v25.2rc1
- v25.1
- v25.1rc1
- v25.0
- v25.0rc2
- v25.0rc1
- v24.2
- v24.2rc1
- v24.1
- v24.1rc3
- v24.1rc2
- v24.1rc1
- v24.0.1
- v24.0
- v24.0rc4
- v24.0rc3
- v24.0rc2
- v24.0rc1
- v23.2
- v23.2rc1
- v23.1
- v23.1rc2
- v23.1rc1
- v23.0
- v23.0rc5
- v23.0rc4
- v23.0rc3
- v23.0rc2
- v23.0rc1
- v23-final
- v22.1
- v22.1rc2
- v22.1rc1
- v22.0
- v22.0rc3
- v22.0rc2
- v22.0rc1
- v22-final
- v21.99-guixtest1
- v0.21.2
- v0.21.2rc2
- v0.21.2rc1
- v0.21.1
- v0.21.1rc1
- v0.21.0
- v0.21.0rc5
- v0.21.0rc4
- v0.21.0rc3
- v0.21.0rc2
- v0.21.0rc1
- v0.21-final
- v0.20.2
- v0.20.2rc3
- v0.20.2rc2
- v0.20.2rc1
- v0.20.1
- v0.20.1rc1
- v0.20.0
- v0.20.0rc2
- v0.20.0rc1
- v0.20-final
Showing
3 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent openssl rapidcheck zeromq double-conversion |