Backports for Julia 1.11.x#141
Merged
DilumAluthge merged 3 commits intorelease-julia-1.11from Aug 25, 2025
Merged
Conversation
Worker: Bind to the first non-link-local IPv4 address (cherry picked from commit 3679026)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit cde4078)
JamesWrigley
approved these changes
Aug 25, 2025
| version: ${{ matrix.version }} | ||
| arch: ${{ matrix.arch }} | ||
| - uses: actions/cache@v1 | ||
| - uses: actions/cache@v4 |
Member
There was a problem hiding this comment.
We could also switch to julia-actions/cache: #116
(but this is fine too)
Member
Author
There was a problem hiding this comment.
Yeah, I imagine the CI frequency on this branch will be pretty low-frequency, so probably not too pressing.
Member
Author
|
Stdlib bump: JuliaLang/julia#59391 |
63 tasks
64 tasks
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.
Targets
release-julia-1.11.Backported PRs:
Other included PRs:
release-julia-1.11: Run CI on Julia 1.11.x #142Here is how I created the release-julia-1.11 branch (click to expand).
First, I went to the
JuliaLang/juliarepo, and I went to thebackports-release-1.11branch (JuliaLang/julia#59336), and on thebackports-release-1.11branch`, I went to the https://github.com/JuliaLang/julia/blob/backports-release-1.11/stdlib/Distributed.version file. The permalink (at the time of writing) for that file is https://github.com/JuliaLang/julia/blob/10014c5c8c4256b6158c71a61e7f70fd668b6ed1/stdlib/Distributed.version, and the contents are:So the commit we want is
6c7cdb5860fa5cb9ca191ce9c52a3d25a9ab37811(6c7cdb5860fa5cb9ca191ce9c52a3d25a9ab37811).Now I create the branch as such:
git clone git@github.com:JuliaLang/Distributed.jl.git cd Distributed.jl git branch release-julia-1.11 6c7cdb5860fa5cb9ca191ce9c52a3d25a9ab37811 git push origin release-julia-1.11