Skip to content

Commit

Permalink
Build for experimental platforms, and restrict to v1.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Nov 3, 2020
1 parent 646724f commit 11dc4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M/MbedTLS/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ make -j${nproc} && make 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 = [
Expand All @@ -50,4 +50,4 @@ dependencies = Dependency[
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")

0 comments on commit 11dc4c3

Please sign in to comment.