Ignore:
Timestamp:
10/19/2024 04:39:46 AM (39 hours ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
20cd9620
Parents:
a8559c1
git-author:
Xi Ruoyao <xry111@…> (10/19/2024 04:37:42 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/19/2024 04:39:46 AM)
Message:

Update to rustc-1.82.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    ra8559c1 r8cbf4f3  
    77  <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.xz">
    88  <!ENTITY rust-download-ftp  " ">
    9   <!ENTITY rust-md5sum        "4f202568150660f369de3afbfb410970">
    10   <!ENTITY rust-size          "207 MB">
     9  <!ENTITY rust-md5sum        "8d6a14f1c8d0ab03dffbc81f7a839aa7">
     10  <!ENTITY rust-size          "210 MB">
    1111  <!ENTITY rust-buildsize     "8.9 GB (298 MB installed); add 6.4 GB if running the tests">
    1212  <!ENTITY rust-time          "6.7 SBU (including download time; add 6.2 SBU for tests, both using parallelism=8)">
     
    239239# and updated it to follow the major changes of the building system,
    240240# so x.py will not warn us to do such a review.
    241 change-id = 127866
     241change-id = 129295
    242242
    243243[llvm]
     
    304304-->
    305305    <!-- https://github.com/rust-lang/rust/issues/128493
    306          https://github.com/rust-lang/rust/issues/130018
    307          https://github.com/rust-lang/rust/pull/130034 -->
     306         https://github.com/rust-lang/rust/issues/130018 will be fixed 1.83
     307         https://github.com/rust-lang/rust/pull/130034   will be fixed 1.83 -->
    308308    <para>
    309309      Now remove some tests triggering a full rebuild of the Rust standard
     
    323323sed 's/^.*build_wasm.*$/#[allow(unreachable_code)]&amp;return false;/' \
    324324    -i src/bootstrap/src/lib.rs</userinput></screen>
    325 
    326     <para>
    327       Disable one experimental feature which fails to build with LLVM
    328       19.1 or newer, and remove the tests for it:
    329     </para>
    330 
    331         <screen><userinput>sed '/CondBitmap/,/^}/s/LLVM_VERSION.*/&amp; \&amp;\&amp; LLVM_VERSION_LT(19, 0)/' \
    332         -i compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp &amp;&amp;
    333 
    334 rm -v tests/coverage/mcdc/{cond*,if,inline*,nest*,non_*}.rs</userinput></screen>
    335325
    336326    <para>
Note: See TracChangeset for help on using the changeset viewer.