Changeset 268b4719 for general/prog


Ignore:
Timestamp:
05/09/2021 09:00:46 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ce960d7
Parents:
56da5dcf
Message:

Update to rustc-1.52.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r56da5dcf r268b4719  
    77  <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.gz">
    88  <!ENTITY rust-download-ftp  " ">
    9   <!ENTITY rust-md5sum        "a460bed79b92f6a7833ba6e6390ee6ae">
    10   <!ENTITY rust-size          "145 MB">
     9  <!ENTITY rust-md5sum        "bd6fbe9ba5fe457d2514e92a6ccd7b24">
     10  <!ENTITY rust-size          "161 MB">
    1111  <!-- Gentle Reminder: buildsize is how much the user requires for the real
    1212       install, i.e. the source with its DESTDIR *plus* the DESTDIR.  You
     
    1515       after the tests. -->
    1616
    17   <!ENTITY rust-buildsize     "7.6 GB (369 MB installed) including 294 MB of ~/.cargo files for the user building this. Add 3.3 GB if running the tests">
    18   <!ENTITY rust-time          "39 SBU (add 31 SBU for tests, both on a 4-core machine)">
     17  <!ENTITY rust-buildsize     "9.3 GB (407 MB installed) including 291 MB of ~/.cargo files for the user building this. Add 4.0 GB including extra 179 MB of ~/.cargo files if running the tests">
     18  <!ENTITY rust-time          "31 SBU (add 13 SBU for tests, both on a 4-core machine)">
    1919]>
    2020
     
    325325
    326326    <para>
    327       At a minimum, two tests (run-make-fulldeps/long-linker-command-lines
    328       and run-make-fulldeps/sysroot-crates-are-unstable) may fail.
    329       If a version of <command>gdb</command> which was released after this
    330       version of rust is used, such as <xref linkend="gdb"/>, four more failures
     327      At a minimum, seven tests will fail: ui/asm/inline-syntax.rs#arm,
     328      assembly/target-feature-multiple.rs#SINGLEFLAG,
     329      assembly/target-feature-multiple.rs#TWOFLAGS,
     330      run-make-fulldeps/long-linker-command-lines, run-make-fulldeps/split-debuginfo,
     331      run-make-fulldeps/split-dwarf, run-make-fulldeps/sysroot-crates-are-unstable.
     332      With any recent version of <command>gdb</command>, four more failures
    331333      (debuginfo/extern-c-fn.rs, debuginfo/generator-objects.rs,
    332334      debuginfo/issue-57822.rs, debuginfo/pretty-huge-vec.rs) can be expected.
Note: See TracChangeset for help on using the changeset viewer.