davsclaus opened a new pull request, #1755: URL: https://github.com/apache/camel-website/pull/1755
## Summary Build [2796](https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/2796/) on `websites3` failed at `yarn install`: ``` YN0018: @deadlinks/cargo-deadlinks-windows@github-release:...: The remote archive doesn't match the expected checksum YN0018: @deadlinks/cargo-deadlinks-macos@github-release:...: The remote archive doesn't match the expected checksum ``` The same `yarn.lock` built fine in [2795](https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/2795/) on `websites2`, and `yarn install --immutable --check-cache` passes locally, so the lockfile is correct. The `@deadlinks/cargo-deadlinks*` archives are generated by `github-release-binary.js` and Yarn caches them under `$WORKSPACE/.yarn/berry/cache` keyed by locator hash only, so a node that once cached a differently-built archive keeps failing forever and nobody can clear it from outside. This adds a step before `yarn install` that removes those three cache entries so they are rebuilt from the GitHub release on every build (three small downloads). 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
