Skip to content

Commit

Permalink
Make package loadable for Automerge in General Registry (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Aug 10, 2024
1 parent 5354bfe commit 8aadff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BinaryBuilder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include("Declarative.jl")
include("Logging.jl")

function __init__()
if Base.thisminor(VERSION) >= v"1.8"
if Base.thisminor(VERSION) >= v"1.8" && get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") != "true"
error("""
BinaryBuilder supports only Julia v1.7.
Contribute to JuliaPackaging/JLLPrefixes.jl#6 (<https://github.com/JuliaPackaging/JLLPrefixes.jl/issues/6>)
Expand Down

0 comments on commit 8aadff4

Please sign in to comment.