fix: regenerate ARM patches for v2.336.0 and stabilise node22 placement - #200
Merged
Conversation
patch_update_release.yml failed with 'No valid previous patch for arm -- patch file missing or does not reference v2.336.0'. runner-sdk8-arm.patch was still based on v2.335.1 because the ARM architecture was only added to the release-to-release loop in #193, after the v2.335.1 -> v2.336.0 sync had already run for ppc64le/s390x only. - Rebase runner-sdk8-arm.patch onto v2.336.0 so it matches patches/last_processed_tag.txt. - Move the NODE22_VERSION declaration away from NODE20_VERSION/ NODE24_VERSION in both ARM patches. Being adjacent to NODE24_VERSION made the 3-way stash merge conflict on every upstream Node bump, which is what would have broken the v2.336.0 -> v2.337.0 sync as well. Verified all three arches now apply to v2.336.0 and re-apply cleanly onto v2.337.0, and that the main patches still re-apply onto upstream main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
cbartz
approved these changes
Aug 31, 2026
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.
patch_update_release.yml failed with 'No valid previous patch for arm -- patch file missing or does not reference v2.336.0'.
runner-sdk8-arm.patch was still based on v2.335.1 because the ARM architecture was only added to the release-to-release loop in #193, after the v2.335.1 -> v2.336.0 sync had already run for ppc64le/s390x only.
Verified all three arches now apply to v2.336.0 and re-apply cleanly onto v2.337.0, and that the main patches still re-apply onto upstream main.