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 cee4dae commit 2ea46a6Copy full SHA for 2ea46a6
BinaryBuilderSources.jl/src/JLLSource.jl
@@ -120,6 +120,9 @@ function prepare(jlls::Vector{JLLSource};
120
if jll.package.uuid === nothing
121
if registries === nothing
122
registries = Pkg.Registry.reachable_registries(; depots=[depot])
123
+ if isempty(registries)
124
+ error("No reachable registries in depot '$(depot)'?")
125
+ end
126
end
127
jll.package.uuid = Pkg.Types.registered_uuid(registries, jll.package.name)
128
0 commit comments