fix(shim): replace 'sources' file to use our shim binaries from our lookaside cache#16012
fix(shim): replace 'sources' file to use our shim binaries from our lookaside cache#16012ddstreet wants to merge 1 commit intomicrosoft:tomls/base/mainfrom
Conversation
|
@PawelWMS @reubeno If there's a different way to do it (other than a |
…ookaside cache The shim binary files are kept in our lookaside cache, and the 'sources' file contains the hashes so the build will download the correct files before building.
a015337 to
2a79feb
Compare
|
also note this PR isn't strictly needed right now; the previous workaround #15971 causes the locally installed unsigned shim binaries to replace whatever was downloaded from the lookaside cache. it's fine with me if we close this and wait for an update to the azldev tool so it can properly update the |
|
leaving this as draft, since it currently won't work anyway (as noted above). |
The shim binary files are kept in our lookaside cache, and the 'sources' file contains the hashes so the build will download the correct files before building.