We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5354bfe commit 8aadff4Copy full SHA for 8aadff4
src/BinaryBuilder.jl
@@ -44,7 +44,7 @@ include("Declarative.jl")
44
include("Logging.jl")
45
46
function __init__()
47
- if Base.thisminor(VERSION) >= v"1.8"
+ if Base.thisminor(VERSION) >= v"1.8" && get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") != "true"
48
error("""
49
BinaryBuilder supports only Julia v1.7.
50
Contribute to JuliaPackaging/JLLPrefixes.jl#6 (<https://github.com/JuliaPackaging/JLLPrefixes.jl/issues/6>)
0 commit comments