-
Notifications
You must be signed in to change notification settings - Fork 14
Backports for Julia 1.11.x #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backports for Julia 1.11.x #141
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)
There was a problem hiding this 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 |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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.
Stdlib bump: JuliaLang/julia#59391 |
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/julia
repo, and I went to thebackports-release-1.11
branch (JuliaLang/julia#59336), and on thebackports-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: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