mirror-requests icon indicating copy to clipboard operation
mirror-requests copied to clipboard

Mirror apt.llvm.org

Open fghzxm opened this issue 6 years ago • 1 comments

类别: New mirror

镜像名: apt.llvm.org

上游路径

# See https://apt.llvm.org/, info below may get outdated
[f"deb{archive_type} https://apt.llvm.org/{distro}/ llvm-toolchain-{distro}{llvm_version} main"
    for archive_type in ["", "-src"]
    for distro in [
        # Debian:
        "jessie", "stretch", "unstable",
        # Ubuntu:
        "trusty", "xenial", "bionic", "cosmic", "disco",
        # EOL Ubuntu versions (archive still available though):
        "precise", "quantal", "raring", "saucy", "utopic", "artful"
    ]
    for llvm_version in ["", "-7", "-8"]]

镜像简介: Official nightly and release builds of LLVM for Debian i386, Debian amd64 and Ubuntu amd64. Debian i386、Debian amd64 和 Ubuntu amd64 上的 LLVM 官方 nightly 和发行版本二进制安装包。

fghzxm avatar Apr 02 '19 09:04 fghzxm

可以考虑和其他apt源一起实现。cc @sjtug/mirror-maintainer

htfy96 avatar Apr 02 '19 11:04 htfy96