From 026f26936a85ffd9b0af35a366dd1454e9733d4e 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L/LibUV/build_tarballs.jl b/L/LibUV/build_tarballs.jl index a7bc23eaa8d..890f7367950 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