Update deps in CI, move common scripts to reusable action#155
Merged
mrdimidium merged 1 commit intoforkfrom Mar 12, 2026
Merged
Update deps in CI, move common scripts to reusable action#155mrdimidium merged 1 commit intoforkfrom
mrdimidium merged 1 commit intoforkfrom
Conversation
23a7a56 to
abc6aa2
Compare
abc6aa2 to
b921b71
Compare
krichprollsch
approved these changes
Mar 12, 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.
There's a problem with running the build on CI in main. It looks like a GH bug (the build task simply doesn't start and hangs), but I've found through trial and error that updating the images and compiler resolves the issue. No idea how it works.
At the same time, I moved the common code into a function in CI and updated the Zig version to match the one in the main repository.
We should also update to v8 (
14.0.365.4was released in August, 7 months ago), but some Isolate APIs have been updated, and we need to investigate that separately.Successful CI build: https://github.com/lightpanda-io/zig-v8-fork/actions/runs/22981327814