Skip to content

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Aug 25, 2025

Targets release-julia-1.11.

Backported PRs:

Other included PRs:


Here is how I created the release-julia-1.11 branch (click to expand).

First, I went to the JuliaLang/julia repo, and I went to the backports-release-1.11 branch (JuliaLang/julia#59336), and on the backports-release-1.11 branch`, 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:

DISTRIBUTED_BRANCH = master
DISTRIBUTED_SHA1 = 6c7cdb5860fa5cb9ca191ce9c52a3d25a9ab3781
DISTRIBUTED_GIT_URL := https://github.com/JuliaLang/Distributed.jl
DISTRIBUTED_TAR_URL = https://api.github.com/repos/JuliaLang/Distributed.jl/tarball/$1

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

Worker: Bind to the first non-link-local IPv4 address
(cherry picked from commit 3679026)
@DilumAluthge DilumAluthge changed the title Merge pull request #137 from JuliaLang/dpa/dont-use-link-local Backports for Julia 1.11.x Aug 25, 2025
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)
@DilumAluthge DilumAluthge marked this pull request as ready for review August 25, 2025 15:09
Copy link
Collaborator

@JamesWrigley JamesWrigley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -39,7 +39,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
- uses: actions/cache@v4
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could also switch to julia-actions/cache: #116
(but this is fine too)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I imagine the CI frequency on this branch will be pretty low-frequency, so probably not too pressing.

@DilumAluthge DilumAluthge merged commit e9b9023 into release-julia-1.11 Aug 25, 2025
6 checks passed
@DilumAluthge DilumAluthge deleted the dpa/backports-release-julia-1.11 branch August 25, 2025 16:02
@DilumAluthge
Copy link
Member Author

Stdlib bump: JuliaLang/julia#59391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants