Skip to content

Commit

Permalink
Enabled lazy artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Aug 24, 2022
1 parent 13f81cc commit 17c64ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions O/ONNXRuntime/ONNXRuntime/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ dependencies = [

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

0 comments on commit 17c64ca

Please sign in to comment.