release-julia-1.13-new: build matrix + job-set specialization#565
Merged
Keno merged 1 commit intoJul 13, 2026
Merged
Conversation
Member
Author
|
@DilumAluthge See if you like this better. That said, we may need to bump the rootfs images anyway if we want the |
Member
Author
|
Ok, so my plan is merge this right away (it's a new branch), try it out on the PR, if it works, swap the branch names. |
Member
|
Sounds good. Then future commits to master can easily be cherry-picked ("forward ported", I suppose) to the release-1.13 branch. I wouldn't delete the old release-1.13 branch, just rename it to something like |
The sole release-1.13-specific commit on top of `master`. release-julia-1.13 is now `master` + this commit, so the JuliaCI#544 OIDC/KMS CI architecture -- and the whole build/test matrix (rootfs/docker images, which carry the `aws` CLI the OIDC upload flow needs) -- stays byte-identical to master and future master -> release-* cherry-picks apply cleanly. The only release-1.13 difference is the CI job set: render_launch_pipeline.py omits the JuliaSyntax and JuliaC launch groups, which are new on master and not part of release-1.13 CI. The juliasyntax.* / juliac/ YAMLs stay in-tree (from master), so either group re-enables by re-adding its `blocks.append(...)`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Keno
force-pushed
the
kf/release-julia-1.13-config
branch
from
July 13, 2026 01:30
a0328f8 to
24a4816
Compare
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.
This is the sole release-1.13-specific commit layered on top of
master. The release-julia-1.13 branch is nowmaster+ this commit, so the shared OIDC/KMS CI architecture (#544) stays byte-identical to master and future master -> release-* cherry-picks apply cleanly, per review feedback on #564.Everything release-1.13-specific lives here:
Build/test matrix (pipelines/**/platforms/*.arches): pin the rootfs images to v6.00 / docker v7.10, put mmtk on the
package_linuximage, and drop master's Windows -Wno-error CFLAGS -- i.e. keep release-1.13's existing build environment rather than master's (1.14) one.Job set (utilities/render_launch_pipeline.py): omit the JuliaSyntax and JuliaC launch groups, which are new on master and not part of release-1.13 CI. The juliasyntax.* / juliac/ YAMLs stay in-tree (from master), so either group re-enables by re-adding its
blocks.append(...).NOT yet validated on Buildkite.