Use pre-built attested binaries for supported platforms #7009
Output of
|
Replies: 2 comments 17 replies
|
Downloading the release artifacts directly would not lose checksum verification, since each platform-specific URL can have a fixed sha256 in the formula. You could install those binaries and still produce bottles without rebuilding, but the resulting bottles are new artifacts and would not be covered by the upstream archive attestations. If preserving the exact attested artifacts is the priority, a cask is probably the cleaner fit. |
That may indeed be a problem. I'll have to consider whether the hassle of notarization is worth it. Regardless, is it expected that
From my tap, I'd expect it to use my user/org and tap repo to query attestations. |
Downloading the release artifacts directly would not lose checksum verification, since each platform-specific URL can have a fixed sha256 in the formula. You could install those binaries and still produce bottles without rebuilding, but the resulting bottles are new artifacts and would not be covered by the upstream archive attestations. If preserving the exact attested artifacts is the priority, a cask is probably the cleaner fit.