Skip to content

Commit 8aadff4

Browse files
authored
Make package loadable for Automerge in General Registry (#1340)
1 parent 5354bfe commit 8aadff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BinaryBuilder.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include("Declarative.jl")
4444
include("Logging.jl")
4545

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

0 commit comments

Comments
 (0)