Changeset 8d0270d1


Ignore:
Timestamp:
04/11/2022 05:07:48 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
366573e
Parents:
bceef3d
Message:

Update to rust-1.60.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    rbceef3d r8d0270d1  
    55  %general-entities;
    66
    7   <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.gz">
     7  <!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        "275744c77bf07fd07abe0fd829e6dafb">
    10   <!ENTITY rust-size          "176 MB">
     9  <!ENTITY rust-md5sum        "7b8d77e094cf003ed9500c961b282343">
     10  <!ENTITY rust-size          "130 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     "8.7 GB (417 MB installed) including 296 MB of ~/.cargo files for the user building this. Add 6.5 GB including extra 281 MB of ~/.cargo files if running the tests">
    18   <!ENTITY rust-time          "25 SBU (including download time; add 13 SBU for tests, both on a 4-core machine)">
     17  <!ENTITY rust-buildsize     "8.8 GB (472 MB installed) including 266 MB of ~/.cargo files for the user building this. Add 6.9 GB including extra 243 MB of ~/.cargo files if running the tests">
     18  <!ENTITY rust-time          "20 SBU (including download time; add 13 SBU for tests, both on a 4-core machine)">
    1919]>
    2020
     
    208208      (built with -DLLVM_LINK_LLVM_DYLIB=ON so that rust can link to
    209209      system LLVM instead of building its shipped version)
    210       <!-- the versions of LLVM in LFS-10.0, 10.1 and 11.0 are good enough
    211            to use for this version of rustc, so do not mention builds
    212            using shipped LLVM here, those are a lot bigger.
    213       If using an older version, see the config.toml file below re
    214       using the shipped llvm, because of rust issue 69225.-->
    215210    </para>
    216211
     
    334329
    335330    <para>
    336       At a minimum, 49 tests will fail: all 48 of the tests in
     331      At a minimum, 49 tests will fail: all 43 of the tests in
    337332      the <quote>assembly</quote> suite which are not skipped (various lints
    338333      cause the warnings in these tests to be treated as errors), and
     
    582577          miri (optional),
    583578          rls, rust-demangler, rust-gdb, rust-gdbgui, rust-lldb, rustc,
    584           rustdoc, rustfmt.
     579          rustdoc, and rustfmt
    585580        </seg>
    586581        <seg>
  • introduction/welcome/changelog.xml

    rbceef3d r8d0270d1  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to rust-1.60.0. Fixes
     49          <ulink url="&blfs-ticket-root;16400">#16400</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Add a note about the extracted directories in LLVM.
    4953          Fixes <ulink url="&blfs-ticket-root;16385">#16385</ulink>.</para>
  • packages.ent

    rbceef3d r8d0270d1  
    383383<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    384384<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
    385 <!ENTITY rust-version                 "1.58.1">
     385<!ENTITY rust-version                 "1.60.0">
    386386<!ENTITY scons-version                "4.3.0">
    387387<!ENTITY slang-version                "2.3.2">
Note: See TracChangeset for help on using the changeset viewer.