Skip to content

Commit

Permalink
Adjust build_tarballs for 1.6 compat (rust-lang#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Mar 4, 2022
1 parent 1c331bc commit 0ad5203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packaging/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ for (i,build) in enumerate(builds)
name, version, sources, script,
build.platforms, build.products, build.dependencies;
preferred_gcc_version=v"8", julia_compat="1.6",
augment_platform_block)
augment_platform_block, lazy_artifacts=true) # drop when julia_compat >= 1.7
end

0 comments on commit 0ad5203

Please sign in to comment.