From fa1bc18df8587b47a9cb6fdb0681e530e8c787ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Sat, 31 Aug 2024 14:26:23 +0200 Subject: [PATCH] [LibUV] Includes a couple of backports from our fork This includes * https://github.com/JuliaLang/libuv/pull/38, backport of https://github.com/libuv/libuv/pull/4521 * https://github.com/JuliaLang/libuv/pull/39, backport of https://github.com/libuv/libuv/pull/4278 --- L/LibUV/build_tarballs.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/L/LibUV/build_tarballs.jl b/L/LibUV/build_tarballs.jl index a7bc23eaa8d..13617c1bead 100644 --- a/L/LibUV/build_tarballs.jl +++ b/L/LibUV/build_tarballs.jl @@ -8,7 +8,7 @@ version = v"2" # Collection of sources required to build libuv sources = [ GitSource("https://github.com/JuliaLang/libuv.git", - "ca3a5a431a1c37859b6508e6b2a288092337029a"), + "c57e7f06cbe697ca8ea9215ce054a608c451b193"), ] # Bash recipe for building across all platforms @@ -33,7 +33,7 @@ make install """ # We enable experimental platforms as this is a core Julia dependency -platforms = supported_platforms(;experimental=true) +platforms = supported_platforms() push!(platforms, Platform("x86_64", "linux"; sanitize="memory")) # The products that we will ensure are always built @@ -41,7 +41,7 @@ products = [ LibraryProduct("libuv", :libuv), ] -llvm_version = v"13.0.1" +llvm_version = v"17.0.6" # Dependencies that must be installed before this package can be built dependencies = [