Skip to content

Commit 7c2a220

Browse files
author
KDr2
committed
fix build bug
1 parent 03dc5c6 commit 7c2a220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/build_tarballs.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ using BinaryBuilder
66
name = "LibtaskDylib"
77
version_str = Pkg.TOML.parsefile(joinpath(@__DIR__, "../Project.toml"))["version"] |> strip |> (x) -> lstrip(x, ['v'])
88
version = VersionNumber(version_str)
9+
# see https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/336
10+
ENV["CI_COMMIT_TAG"] = ENV["TRAVIS_TAG"] = "v" * version_str
911

1012
event_file = get(ENV, "GITHUB_EVENT_PATH", "")
1113
# run(`cat $event_file`)

0 commit comments

Comments
 (0)