-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds +INIT and $OS_RELEASE to cache id (#25)
This PR: - Includes the distro information (from `/etc/os-release`) in the cache id default value. This avoids the scenario of reusing the cache entries across potentially incompatibles shared libraries. - Includes a `+INIT` UDC used for initialize the build environment for the rest UDCs to be invoked. - Exports the cache id to the build environment as `$CARGO_HOME_CACHE_ID` --------- Co-authored-by: Vlad A. Ionescu <[email protected]>
- Loading branch information
1 parent
489a6a4
commit 1135c5c
Showing
2 changed files
with
146 additions
and
80 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