Skip to content

Commit

Permalink
Initialize code_dir even if we're just deploying binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Dec 11, 2019
1 parent eb0694a commit acd212e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoBuild.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function build_tarballs(ARGS, src_name, src_version, sources, script,
error("Cannot register without deploying!")
end

if deploy_jll
if deploy_bin || deploy_jll
code_dir = joinpath(Pkg.devdir(), "$(src_name)_jll")

# Shove them into `kwargs` so that we are conditionally passing them along
Expand Down

2 comments on commit acd212e

@staticfloat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/6355

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" acd212eaf4d2f9c17de2d1588c7fc2322192fd97
git push origin v0.2.0

Please sign in to comment.