https://github.com/JuliaLang/julia
Raw File
Tip revision: 4c2f728a9976a5651acfe2f7eba703e6d0b64562 authored by Alex Arslan on 30 August 2024, 17:29:56 UTC
Call `pthread_attr_init` in `jl_init_stack_limits` (#55594)
Tip revision: 4c2f728
download.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

cmd = `$(Base.julia_cmd()) --depwarn=no --startup-file=no download_exec.jl`
if !success(pipeline(cmd; stdout=stdout, stderr=stderr))
    error("download test failed, cmd : $cmd")
end
back to top