Old versions of Julia sometimes fail to build because the dependencies have had their checksums change. Is there a workaround for this (I'm okay with it being insecure)
Ref: https://github.com/JuliaLang/julia/issues/51408#issuecomment-1837521762
My current workaround is
sed -i.bak 's/"\$TRUE_CHECKSUM" != "\$CURR_CHECKSUM"/0 != 0/' deps/tools/jlchecksum
Last updated: Nov 06 2024 at 04:40 UTC