Skip to content

Commit 0dea451

Browse files
authored
[AutoBuild] Update environment variable to get HEAD of Yggdrasil (#1257)
1 parent 852ec87 commit 0dea451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AutoBuild.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ function _package_is_registered(registry_url::AbstractString,
541541
end
542542

543543
is_yggdrasil() = get(ENV, "YGGDRASIL", "false") == "true"
544-
# Use an Azure Pipelines environment variable to get the current commit hash
545-
yggdrasil_head() = get(ENV, "BUILD_SOURCEVERSION", "")
544+
# Use a Buildkite environment variable to get the current commit hash
545+
yggdrasil_head() = get(ENV, "BUILDKITE_COMMIT", "")
546546

547547
function register_jll(name, build_version, dependencies, julia_compat;
548548
deploy_repo="JuliaBinaryWrappers/$(name)_jll.jl",

0 commit comments

Comments
 (0)