JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
613 stars 251 forks source link

Failing test for windows artifact hash mismatch #3746

Closed nhz2 closed 6 months ago

nhz2 commented 6 months ago

An attempt to reproduce issue #3643 in GitHub actions.

I am using withenv("BINARYPROVIDER_COPYDEREF" => "true") to cause symlinks to be copied when the artifact is extracted.

IanButterworth commented 6 months ago

I guess it would be interesting to see the effect of reverting #3349

IanButterworth commented 6 months ago

Thanks. I tweaked and added the test to here https://github.com/JuliaLang/Pkg.jl/pull/3745