Skip to content

Support for Julia v1.12#77

Merged
MasonProtter merged 7 commits intoJuliaWeb:mainfrom
mortenpi:patch-1
Dec 1, 2025
Merged

Support for Julia v1.12#77
MasonProtter merged 7 commits intoJuliaWeb:mainfrom
mortenpi:patch-1

Conversation

@mortenpi
Copy link
Copy Markdown
Contributor

I have not tested this (hopefully CI with catch any obvious issues!), but my hope is that since the ssh use is pretty simple, it should be fine.

OpenSSH_jll.ssh() do ssh_exe
# Tunnel binds locally to $tunnel_interface:$tunnel_port
# The other end jumps through $host using the provided identity,
# and forwards the data to $port on *itself* (this is the localhost:$port
# part - "localhost" being resolved relative to $host)
ssh_cmd = `$ssh_exe $ssh_opts -o ExitOnForwardFailure=yes -o ServerAliveInterval=60
-N -L $tunnel_interface:$tunnel_port:localhost:$port $host`
@debug "Connecting SSH tunnel to remote address $host via ssh tunnel to $port" ssh_cmd
comm_pipeline(ssh_cmd)
end

@hhaensel
Copy link
Copy Markdown
Contributor

Whoever is reponsible for this repo currently, please consider merging the PRs of @mortenpi (this one and #78)

@JamesWrigley
Copy link
Copy Markdown
Member

(I believe that's @c42f )

@MasonProtter
Copy link
Copy Markdown
Collaborator

MasonProtter commented Dec 1, 2025

Sorry, I didn't realize it before but I had permission to merge PRs. Do we know why the tests are failing?

I'm going to close and re-open to re-trigger CI because the current logs have expired.

@MasonProtter MasonProtter reopened this Dec 1, 2025
@MasonProtter MasonProtter changed the title Support OpenSSH_jll v10 Support for Julia v1.12 Dec 1, 2025
@MasonProtter MasonProtter merged commit 9e8bf3c into JuliaWeb:main Dec 1, 2025
4 checks passed
@mortenpi mortenpi deleted the patch-1 branch December 1, 2025 15:04
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.

4 participants