Skip to content

Commit

Permalink
[LibUV] Includes a couple of backports from our fork
Browse files Browse the repository at this point in the history
This includes

* JuliaLang/libuv#38, backport of
  libuv/libuv#4521
* JuliaLang/libuv#39, backport of
  libuv/libuv#4278
  • Loading branch information
giordano committed Aug 31, 2024
1 parent b17a65e commit fa1bc18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions L/LibUV/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,15 +33,15 @@ 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
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 = [
Expand Down

0 comments on commit fa1bc18

Please sign in to comment.