Skip to content

Commit

Permalink
Merge branch 'main' into update-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 authored Sep 16, 2024
2 parents ff52f32 + 87ea5eb commit 8e6dabc
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 311 deletions.
4 changes: 3 additions & 1 deletion .packaging/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ sources = [

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = expand_cxxstring_abis(supported_platforms(; experimental=true))
platforms = expand_cxxstring_abis(supported_platforms())
# Exclude aarch64 FreeBSD for the time being
filter!(p -> !(Sys.isfreebsd(p) && arch(p) == "aarch64"), platforms)

# Bash recipe for building across all platforms
script = raw"""
Expand Down
Loading

0 comments on commit 8e6dabc

Please sign in to comment.