fix: better sri ci handling#117
Merged
Merged
Conversation
- Renames "update-sris" -> "sri-check-up" - Refactors this script so that it both handles updating the SRIs when run locally, but also prints the SRI difference to the log when in CI. - Uses this script in workflows to check the SRIs before continuing with expensive build and release steps. - Refactors the 'apps' section into main let expression for use in build phases if needed. example output seen in CI: ```bash $: nix run .#sri-check-up package-lock.json.sri mismatch specified: sha256-uea6z39yYjpLTjq+ne3NJdabTQ/N91tLtBqfQMSYcAI= got: sha256-gF8IDK1WKmNwXcIfm62kkDSzSxIceKgpSxuwzQDlmcQ= If this difference is expected, please replace the SRI hash in this file with the one we got ```
b394ca5 to
e451a58
Compare
EliCDavis
added a commit
that referenced
this pull request
Sep 9, 2025
* Start of texturing nodes * Scale along normal now can sample texture for values * New noise functions, serializing and rendering textures in graph view * output images now update * color test fixes * fix: better sri CI handling (#117) - Renames "update-sris" -> "sri-check-up" - Refactors this script so that it both handles updating the SRIs when run locally, but also prints the SRI difference to the log when in CI. - Uses this script in workflows to check the SRIs before continuing with expensive build and release steps. - Refactors the 'apps' section into main let expression for use in build phases if needed. example output seen in CI: ```bash $: nix run .#sri-check-up package-lock.json.sri mismatch specified: sha256-uea6z39yYjpLTjq+ne3NJdabTQ/N91tLtBqfQMSYcAI= got: sha256-gF8IDK1WKmNwXcIfm62kkDSzSxIceKgpSxuwzQDlmcQ= If this difference is expected, please replace the SRI hash in this file with the one we got ``` * hash update * fix: oopsie (#118) * node outputs are now threadsafe * WebColor => Color, fix torus UVs * noise node * Radial Gradient, ApplyGradient, add and scale color, new terrain example * fixing examples --------- Co-authored-by: Kaleb Pace <[email protected]>
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.
example output seen in CI: