From 5e782eedbbbf22057c13c134888eaa91ba182be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Wed, 19 May 2021 22:46:50 +0100 Subject: [PATCH] [Glib] Build for experimental platforms --- G/Glib/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/G/Glib/build_tarballs.jl b/G/Glib/build_tarballs.jl index 4177915e7f9..f3f41542e3e 100644 --- a/G/Glib/build_tarballs.jl +++ b/G/Glib/build_tarballs.jl @@ -40,7 +40,7 @@ ninja install # These are the platforms we will build for by default, unless further # platforms are passed in on the command line -platforms = supported_platforms() +platforms = supported_platforms(; experimental=true) # The products that we will ensure are always built products = [ @@ -56,7 +56,7 @@ dependencies = [ # Host gettext needed for "msgfmt" HostBuildDependency("Gettext_jll"), Dependency("Libiconv_jll"), - Dependency("Libffi_jll", v"3.2.1"; compat="~3.2.1"), + Dependency("Libffi_jll", v"3.2.2"; compat="~3.2.2"), Dependency("PCRE_jll"), Dependency("Zlib_jll"), Dependency("Libmount_jll"),