Changeset cf983bd for general


Ignore:
Timestamp:
07/15/2023 04:23:30 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
0bb7c72
Parents:
15242648
git-author:
Xi Ruoyao <xry111@…> (07/15/2023 04:23:18 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/15/2023 04:23:30 PM)
Message:

rustc: Update to rustc-1.71.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r15242648 rcf983bd  
    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        "165792a4266021589b2d6061f208755f">
    10   <!ENTITY rust-size          "134 MB">
     9  <!ENTITY rust-md5sum        "81ae525767680c1680bad985ecc35bff">
     10  <!ENTITY rust-size          "145 MB">
    1111  <!ENTITY rust-buildsize     "8.9 GB (289 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)">
     
    357357    <!-- https://github.com/rust-lang/rust/issues/112209 -->
    358358    <para>
    359       Three <literal>ui</literal> tests may fail (depending on the length
     359      Two <literal>ui</literal> tests may fail (depending on the length
    360360      of absolute path of the
    361361      <filename class='directory'>rustc-&rust-version;-src</filename>
     
    398398<screen remap="test"><userinput>grep '^test result:' rustc-testlog |
    399399 awk '{sum1 += $4; sum2 += $6} END { print sum1 " passed; " sum2 " failed" }'</userinput></screen>
    400 
    401 <!-- For rustc-1.70.0, I got: 28494 passed; 14 failed. -bdubbs -->
    402400
    403401    <para>
Note: See TracChangeset for help on using the changeset viewer.