Stream: helpdesk (published)

Topic: Turn off dependency verification when building from source


view this post on Zulip Lilith Hafner (Dec 03 2023 at 15:51):

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

view this post on Zulip Lilith Hafner (Dec 03 2023 at 16:07):

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