https://github.com/JuliaLang/julia
Raw File
Tip revision: 1f8aaabc9e1694cd5482d59680cebf2c970731d3 authored by Valentin Churavy on 14 June 2022, 15:02:13 UTC
Revert "Revert "Upgrade to LLVM 14.0.2""
Tip revision: 1f8aaab
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