You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify the caching of the embedded executables. Makes the cache size
smaller, at the cost of some extra packaging time spent to build the
gzipped blob during build time. This requires some tricks to tell make
what needs to be built and what doesn't.
Only keep the most recent cache per branch. All caches ending in a hash
will be pruned so that only the newest cache is retained on a per-branch
and per-key-prefix basis.
Don't use leading slashes for URLs passed to the gh CLI. Leading slashes
would otherwise trigger file path normalization in bash on Windows,
which would render the URL fragment illegal.
Use a fixed source date epoch in unit tests to better leverage cache
usage.
Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit 8eb3ccd)
0 commit comments