Skip to content

Releases: lukka/run-vcpkg

run-vcpkg@v10.5

05 Oct 13:49
34684ef
Compare
Choose a tag to compare

Changes:

  • add prependedCacheKey input for letting users to prepend to the cache key.
  • add docs for avoiding saving partial cache: #128
  • Fixes:

Note: to keep your workflow up to date with bug and security fixes, just use the v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-vcpkg@v10

run-vcpkg@v10.4

28 Aug 20:06
c623083
Compare
Choose a tag to compare

Changes:

  • Fix for #155
  • Fixing all security issues reported by mpm audit

Note: to keep your workflow up to date with bug and security fixes, just use the v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-vcpkg@v10

run-vcpkg@v10.3

19 Jul 07:57
Compare
Choose a tag to compare

Changes:

Note: to keep your workflow up to date with bug and security fixes, just use the v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-vcpkg@v10

run-vcpkg@v10.2

11 Mar 15:14
Compare
Choose a tag to compare

Changes:

Note: to keep your workflow up to date with bug and security fixes, just use the v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-vcpkg@v10

run-vcpkg@v10.1 - fixes to post-action, hash for `vcpkg-configuration.json`

30 Jan 21:48
Compare
Choose a tag to compare

Changes:

  • The status of the job cannot be fetched correctly hence in any way. Hence the doNotCacheOnWorkflowFailure input is dropped and the action is not trying to detect a cancelled workflow with the intent of skipping the save of the cache (useful to avoid saving a partial cache). Now the cache is saved on the post action when:

    • the run-vcpkg execution succeeded.
    • there was a cache-miss.

    Users could implement their own logic and set the RUNVCPKG_NO_CACHE environment variable in any step of the workflow to force the post action to skip saving the cache.

  • The vcpkg-configuration.json file is automatically hashed and added to the cache key whenever found side by side with the hashed vcpkg.json file.

  • Disabled vcpkg's telemetry by default. It can be overridden by defining the environment variable VCPKG_ENABLE_METRICS.

run-vcpkg@v10 - support for manifest mode (vcpkg.json) as first class citizen

17 Oct 19:40
Compare
Choose a tag to compare

Changes:

  • Redesigned the inputs of run-vcpkg in order to support vcpkg's manifest mode: vcpkg.json.
  • Simplified and minimized the set of inputs of the action. Now the default is to not run vcpkg, but to let it run at run-cmake execution time (i.e. when CMake is generating project files).
  • Automatic hash on vcpkg.json for contributing to the key of vcpkg's artifact caching.
  • Automatic computation of primary and fallback keys for maximizing reuse of the cache.

run-vcpkg@v7.4 - Fix diagnostic log automatic collection

06 Jul 13:43
Compare
Choose a tag to compare

Changes:

Fixes for #83

Note: to keep your workflow up to date with bug and security fixes, just use the v7 branch to stay on the most recent v7.x version of this action, e.g., uses: lukka/run-vcpkg@v7

run-vcpkg@v7.3 - dump CMakeOutput.log and vcpkg's log into the workflow log

22 Apr 06:42
Compare
Choose a tag to compare

Changes:

The run-vcpkg action accepts a list of regular expressions (in logCollectionRegExps input) that are used to identify log files and dump their content in the workflow log, to ease diagnosing failures. The default regular expressions are for CMake and vcpkg generated log files.

Note: to keep your workflow up to date with bug and security fixes, just use the v7 branch to stay on the most recent v7.x version of this action, e.g., uses: lukka/run-vcpkg@v7

run-vcpkg@v7.2 - check for vcpkgCommitId

11 Apr 23:46
a825063
Compare
Choose a tag to compare

Changes:

Fix for #80, that is a fatal check for vcpkgCommitId being a valid SHA1 hash (40 hex digits) is implemented.
Improved the documentation about vcpkgCommitId.

Note: to keep your workflow up to date with bug and security fixes, just use the v7 branch to stay on the most recent v7.x version of this action, e.g., uses: lukka/run-vcpkg@v7

run-vcpkg@v7.1 - fix check for vcpkg's version

23 Feb 03:26
Compare
Choose a tag to compare

Changes:

Fix for #77

Note: to keep your workflow up to date with bug and security fixes, just use the v7 branch to stay on the most recent v7.x version of this action, e.g., uses: lukka/run-vcpkg@v7