sjtug / mirror-requests

新镜像请求 & BUG 汇报
https://mirrors.sjtug.sjtu.edu.cn
49 stars 2 forks source link

Mirror apt.llvm.org #44

Open fghzxm opened 5 years ago

fghzxm commented 5 years ago

类别: 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 和发行版本二进制安装包。

htfy96 commented 5 years ago

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