Pop-Up Thingie

Too Lazy BBS
  • Home
  • Forum
  • Files
  • Chat
  • Bulletins
  • Register
  • Log in
  • Who's Online

  • System Info

    Sysop: Amessyroom
    Location: Fayetteville, NC
    Users: 28
    Nodes: 6 (0 / 6)
    Uptime: 55:35:20
    Calls: 422
    Files: 1,025
    Messages: 90,709

  1. Forum
  2. Usenet
  3. LINUX.GENTOO.DEV
  • [gentoo-dev] [PATCH 5/5] cargo.eclass: use static.crates.io cdn

    From Arthur Zamarin@21:1/5 to All on Sat Mar 8 15:10:01 2025
    From: swomf <swomf@proton.me>

    Starting from 2024-03-12, cargo began to download crates directly from static.crates.io CDN servers worldwide. See https://blog.rust-lang.org/2024/03/11/crates-io-download-changes.html

    Signed-off-by: swomf <swomf@proton.me>
    Closes: https://github.com/gentoo/gentoo/pull/40944
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
    ---
    eclass/cargo.eclass | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
    index dae2b93f24f..9edfff88aa2 100644
    --- a/eclass/cargo.eclass
    +++ b/eclass/cargo.eclass
    @@ -269,7 +269,7 @@ _cargo_set_crate_uris() {
    name="${BASH_REMATCH[1]}"
    version="${BASH_REMATCH[2]}"
    fi
    - url="https://crates.io/api/v1/crates/${name}/${version}/download -> ${name}-${version}.crate"
    + url="https://static.crates.io/api/v1/crates/${name}/${version}/download -> ${name}-${version}.crate"
    CARGO_CRATE_URIS+="${url} "

    # when invoked by pkgbump, avoid fetching all the crates
    --
    2.48.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)

© Too Lazy BBS, 2025