fix: npmDepsHash skip cache mismatch error#111
Merged
Conversation
We add `-Lo` to print verbose build logs so that errors [here](https://github.com/EliCDavis/polyform/actions/runs/16831757233/job/47680959627#step:5:214) will display the actual hash mismatch error [log](https://github.com/EliCDavis/polyform/actions/runs/16832252332/job/47682633319#step:5:214) so we know which to update. Adds two small [Nix Flake App](https://nix.dev/manual/nix/2.28/command-ref/new-cli/nix3-run.html#apps) scripts to both document how to update sri files or clear Github Action cache, as well as make them easy to re-run. Tried to find a way to make SRI updates runnable without nix, but since both utilties are fairly bespoke programs to fetch/install, it seemed easier to just keep it in a derivation to be run with WSL or a linux container.
aa1f60c to
3e9e58f
Compare
Owner
|
re-run and re-run and nix and re-un |
EliCDavis
added a commit
that referenced
this pull request
Aug 10, 2025
* Now capturing error and timing metrics, new Divide and DivideToArray nodes * start of showing node execution times and error messages * capturing timings of nodes * timing updates * struct node output port refactor * Execution times on webpage update as you make changes * standardized node naming * fixed resizing issue * Documentation, new nodes spline: position, positions for array, tangent, tangents for array * import manifest into editor * Editor section of unity integration * flake update * flake update * fix: duplicate material names in obj * fix: npmDepsHash skip cache mismatch error (#111) We add `-Lo` to print verbose build logs so that errors [here](https://github.com/EliCDavis/polyform/actions/runs/16831757233/job/47680959627#step:5:214) will display the actual hash mismatch error [log](https://github.com/EliCDavis/polyform/actions/runs/16832252332/job/47682633319#step:5:214) so we know which to update. Adds two small [Nix Flake App](https://nix.dev/manual/nix/2.28/command-ref/new-cli/nix3-run.html#apps) scripts to both document how to update sri files or clear Github Action cache, as well as make them easy to re-run. Tried to find a way to make SRI updates runnable without nix, but since both utilties are fairly bespoke programs to fetch/install, it seemed easier to just keep it in a derivation to be run with WSL or a linux container. * Doc update --------- 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.
We add
-Loto print verbose build logs so that errors here will display the actual hash mismatch error log so we know which to update.Adds two small Nix Flake App scripts to both document how to update sri files or clear Github Action cache, as well as make them easy to re-run.
Tried to find a way to make SRI updates runnable without nix, but since both utilties are fairly bespoke programs to fetch/install, it seemed easier to just keep it in a derivation to be run with WSL or a linux container.