daml/ci/patch_bazel_windows
Moritz Kiefer 405f3ad6ee
Sort files when calculating CACHE_KEY (#6173)
* Sort files when calculating CACHE_KEY

The order returned by `find` is unspecified and seems to have changed
for whatever reason in some cases. This changed the cache key which is
obviously not intended. It looks like the one we currently have in our
scoop manifest is the one that we get by sorting. Reversing the sort
produces the one CI currently calculates.

changelog_begin
changelog_end

* update manifest to match CI output

Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com>
2020-05-31 22:02:13 +02:00
..
compile.yml Sort files when calculating CACHE_KEY (#6173) 2020-05-31 22:02:13 +02:00
patch-bazel Include Bazel patch to cache exclusive tests on Windows (#6009) 2020-05-18 16:01:29 +00:00