diff --git a/J/juliaup/build_tarballs.jl b/J/juliaup/build_tarballs.jl index 30e0189406d..bf060c638ed 100644 --- a/J/juliaup/build_tarballs.jl +++ b/J/juliaup/build_tarballs.jl @@ -3,11 +3,11 @@ using BinaryBuilder, Pkg name = "juliaup" -version = v"1.18.9" +version = v"1.19.9" # Collection of sources required to complete build sources = [ - GitSource("https://github.com/JuliaLang/juliaup.git", "a0841737fd01b13a06b56883bb852ecb6ca056d9") + GitSource("https://github.com/JuliaLang/juliaup.git", "f12e43abb626bbad9217e8941661fa67b35053d1") ] # Bash recipe for building across all platforms @@ -46,5 +46,5 @@ dependencies = Dependency[ # Build the tarballs, and possibly a `build.jl` as well. build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; - compilers=[:rust, :c], julia_compat="1.6", preferred_rust_version=v"1.87", + compilers=[:rust, :c], julia_compat="1.6", preferred_gcc_version=v"6", lock_microarchitecture=false) # cargo inserts -march