JuliaPackaging / BinaryBuilder.jl

Binary Dependency Builder for Julia
https://binarybuilder.org
Other
384 stars 99 forks source link

dev_jll: overrides read-only #1286

Open fieker opened 11 months ago

fieker commented 11 months ago

When ]dev-ing and dev_jll()-ing a jll, (e.g. FLINT_jll), the auto-populated override directory contents is readonly. Using cp to transfer the artifacts stuff presumably preserves the permissions. Thus to ultimately override the override one has to fix the permissions manually...