Closed
Description
BinaryBuilderBase.jl/src/Dependencies.jl
Line 164 in 0820b59
julia> versioninfo()
Julia Version 1.7.0-beta3
Commit e76c9dad42 (2021-07-07 08:12 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin20.5.0)
CPU: Apple M1
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.0 (ORCJIT, cyclone)
Environment:
JULIA_NUM_THREADS = 4
JULIA_PKG_SERVER = [private registry url]
It looks like Pkg.Types.RegistrySpec
is actually Pkg.RegistrySpec
for me.
I've tried this on the following:
julia> versioninfo()
Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake-avx512)
Environment:
JULIA_NUM_THREADS = 8
and did not hit the issue, because it looks like Pkg.Types
exports RegistrySpec
in 1.6.1
Metadata
Metadata
Assignees
Labels
No labels