fix: SRI standard allows for multiple checksums to be passed#68
Open
njskalski wants to merge 1 commit intobuildbarn:mainfrom
Open
fix: SRI standard allows for multiple checksums to be passed#68njskalski wants to merge 1 commit intobuildbarn:mainfrom
njskalski wants to merge 1 commit intobuildbarn:mainfrom
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While playing with https://please.build I noticed that bb-remote-asset fails with:
remote-asset-1 | 2025/12/08 21:10:16 Fetching Blob [https://github.com/please-build/arcat/releases/download/v1.3.1/arcat-1.3.1-linux_amd64] with qualifiers [name:"checksum.sri" value:"sha256-avLPEIWSU1cBqpOV86Xe60il376BdKjr49VruT3iwlU= sha256-UHDvBdFMZqhdQ49ADG/3NKI4M5KXddaCS2kge3BANL8= sha256-Ba1qxFvjpMoSOLsb0JIHpZb4/1+IVBX430/y3ISfoE4= sha256-rshUJTVSkeUVzRCsCt3sOlvJ4FydB68BrKjDSq8PEiI= sha256-gmbLlcyEsjZCvKZWf4tL0Y3jmciHy1hFq2qQHQ26VNI="] remote-asset-1 | 2025/12/08 21:10:16 FetchBlob completed for [https://github.com/please-build/arcat/releases/download/v1.3.1/arcat-1.3.1-linux_amd64] with status code 3on the simplest "hello world" example with Please build. And the error was here. So I fixed it.