Skip to content

Commit 28202b9

Browse files
[Autobuild] Propagate julia_compat for --deploy mode (#1161)
* Propagate juliacompat for --deploy mode * Update src/AutoBuild.jl Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
1 parent 15334fd commit 28202b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ function build_tarballs(ARGS, src_name, src_version, sources, script,
343343
# The location the binaries will be available from
344344
bin_path = "https://github.com/$(deploy_jll_repo)/releases/download/$(tag)"
345345
build_jll_package(src_name, build_version, sources, code_dir, build_output_meta,
346-
dependencies, bin_path; verbose=verbose, extra_kwargs...)
346+
dependencies, bin_path; verbose, julia_compat, extra_kwargs...)
347347
if deploy_jll_repo != "local"
348348
push_jll_package(src_name, build_version; code_dir=code_dir, deploy_repo=deploy_jll_repo)
349349
end

0 commit comments

Comments
 (0)