Changeset 1fd7593 for general


Ignore:
Timestamp:
06/07/2023 08:30:06 PM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
9a82a965
Parents:
55fb76ba
Message:

Update to rustc-1.70.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r55fb76ba r1fd7593  
    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        "2fac6c46422e743f5f05287e89e72f22">
    10   <!ENTITY rust-size          "121 MB">
    11   <!ENTITY rust-buildsize     "8.0 GB (286 MB installed); add 7.4 GB if running the tests">
    12   <!ENTITY rust-time          "24 SBU (including download time; add 15 SBU for tests, both using parallelism=4)">
     9  <!ENTITY rust-md5sum        "165792a4266021589b2d6061f208755f">
     10  <!ENTITY rust-size          "134 MB">
     11  <!ENTITY rust-buildsize     "8.9 GB (289 MB installed); add 6.4 GB if running the tests">
     12  <!ENTITY rust-time          "6.7 SBU (including download time; add 6.2 SBU for tests, both using parallelism=8)">
    1313]>
    1414
     
    390390 awk '{sum1 += $4; sum2 += $6} END { print sum1 " passed; " sum2 " failed" }'</userinput></screen>
    391391
     392<!-- For rustc-1.70.0, I got: 28494 passed; 14 failed. -bdubbs -->
     393
    392394    <para>
    393395      The other available fields are $8 for those which were ignored
Note: See TracChangeset for help on using the changeset viewer.