-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
race in Make steps #45002
Labels
building
Build system, or building Julia or its dependencies
Comments
Dup of #34975 |
fingolfin
added a commit
that referenced
this issue
Feb 23, 2024
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 JuliaPackaging/Yggdrasil#8151 so I'll first see if it works there. Closes #45002.
KristofferC
pushed a commit
that referenced
this issue
Feb 26, 2024
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 JuliaPackaging/Yggdrasil#8151 so I'll first see if it works there. Closes #45002. (cherry picked from commit fee198b)
KristofferC
pushed a commit
that referenced
this issue
Feb 26, 2024
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 JuliaPackaging/Yggdrasil#8151 so I'll first see if it works there. Closes #45002. (cherry picked from commit fee198b)
KristofferC
pushed a commit
that referenced
this issue
Feb 26, 2024
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 JuliaPackaging/Yggdrasil#8151 so I'll first see if it works there. Closes #45002. (cherry picked from commit fee198b)
tecosaur
pushed a commit
to tecosaur/julia
that referenced
this issue
Mar 4, 2024
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 JuliaPackaging/Yggdrasil#8151 so I'll first see if it works there. Closes JuliaLang#45002.
mkitti
pushed a commit
to mkitti/julia
that referenced
this issue
Mar 7, 2024
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 JuliaPackaging/Yggdrasil#8151 so I'll first see if it works there. Closes JuliaLang#45002.
Drvi
pushed a commit
to RelationalAI/julia
that referenced
this issue
Jun 7, 2024
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 JuliaPackaging/Yggdrasil#8151 so I'll first see if it works there. Closes JuliaLang#45002. (cherry picked from commit fee198b)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you do
make all
, thecli/loader_trampolines.o
file may be attempted to be written by both the debug and release targets simultaneously, leading to this linker failure:The text was updated successfully, but these errors were encountered: