We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d361dba commit a9872abCopy full SHA for a9872ab
Z/Zlib/build_tarballs.jl
@@ -27,8 +27,8 @@ make install -j${nproc}
27
install_license ../README
28
"""
29
30
-# Build for all platforms
31
-platforms = supported_platforms()
+# We enable experimental platforms as this is a core Julia dependency
+platforms = supported_platforms(;experimental=true)
32
33
# The products that we will ensure are always built
34
products = [
0 commit comments