Revision fee198beaba675772158ddc5faeeaf76beea612d authored by Max Horn on 23 February 2024, 07:46:36 UTC, committed by GitHub on 23 February 2024, 07:46:36 UTC
This prevents a race condition when building 'julia-cli-debug
julia-cli-release' simultaneously (as we do for libjulia_jll, and also
generally seems appropriate given what is done for all other source
files.

Motivated by https://github.com/JuliaPackaging/Yggdrasil/pull/8151 so
I'll first see if it works there.

Closes #45002.
1 parent bf965f3
Raw File
typos.toml
[default]
extend-ignore-words-re = ["^[a-zA-Z]?[a-zA-Z]?[a-zA-Z]?[a-zA-Z]?$"]
back to top