https://github.com/JuliaLang/julia
Revision d10a0fbcfe7e339e5d9bab161ff64dd022b44418 authored by FX Coudert on 29 March 2024, 16:51:02 UTC, committed by GitHub on 29 March 2024, 16:51:02 UTC
Fixes https://github.com/JuliaLang/julia/issues/48820

I think this is the proper fix, and there might be a configure option to
curl or nghttp2 to set it, but I haven't been found it. So we'll do it
that way.
1 parent e26d140
Raw File
Tip revision: d10a0fbcfe7e339e5d9bab161ff64dd022b44418 authored by FX Coudert on 29 March 2024, 16:51:02 UTC
curl: fix RPATH to find nghttp2 and libssh2 (#53894)
Tip revision: d10a0fb
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/julia.bat
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.expmap
*.exe
*.dll
*.dwo
*.do
*.o
*.o.tmp
*.obj
*.so
*.dylib
*.dSYM
*.h.gen
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*
*.heapsnapshot
.cache
# Buildkite: Ignore the entire .buildkite directory
/.buildkite

# Builtkite: json test data
/test/results.json

# Buildkite: Ignore the unencrypted repo_key
repo_key

# Buildkite: Ignore any agent keys (public or private) we have stored
agent_key*
back to top