Changeset ebffd4b


Ignore:
Timestamp:
06/14/2024 10:48:38 AM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
d09f8bcc
Parents:
68df8455
git-author:
Xi Ruoyao <xry111@…> (06/14/2024 06:15:35 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/14/2024 10:48:38 AM)
Message:

Update to rustc-1.79.0 (#19953)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r68df8455 rebffd4b  
    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        "ce1c084daec811aac07951cc954e7809">
    10   <!ENTITY rust-size          "152 MB">
     9  <!ENTITY rust-md5sum        "1a00ff85d5fdb48ddbe534dcf1f6183f">
     10  <!ENTITY rust-size          "155 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 = 121754
     241change-id = 123711
    242242
    243243[llvm]
     
    351351         https://github.com/rust-lang/rust/pull/115869, see my comment
    352352
    353          regression-bad-location-list-67992.rs: rust bug or gdb bug ???? -->
     353         regression-bad-location-list-67992.rs: rust bug or gdb bug ????
     354
     355         2024-06-14: Test result is clean with 1.79.0
    354356    <para>
    355357      Three tests, <filename>tests/ui/error-emitter/highlighting.rs</filename>,
     
    357359      <filename>tests/debuginfo/regression-bad-location-list-67992.rs</filename>,
    358360      are known to fail.
    359     </para>
     361    </para> -->
     362
    360363<!-- Let's just comment this out.  Nobody has tested on a system w/o
    361364     FileCheck for a long time.
     
    367370-->
    368371    <para>
    369       As with all large test suites, other tests might fail on some machines -
     372      As with all large test suites, some tests might fail on some machines -
    370373      if the number of additional failures is low,
    371374      check the log for 'failures:' and review lines above that, particularly the
     
    386389    <para>
    387390      Therefore, you should determine the number of failures.
    388     </para>
    389 
    390     <para>
    391391      The number of tests which passed and failed can be found by running:
    392392    </para>
  • introduction/welcome/changelog.xml

    r68df8455 rebffd4b  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>June 14th, 2024</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[xry111] - Update to rustc-1.79.0.  Fixes
     47          <ulink url="&blfs-ticket-root;19953">#19953</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4151
    4252    <listitem>
  • packages.ent

    r68df8455 rebffd4b  
    377377<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    378378<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
    379 <!ENTITY rust-version                 "1.78.0">
     379<!ENTITY rust-version                 "1.79.0">
    380380<!ENTITY rust-bindgen-version         "0.69.4">
    381381<!ENTITY scons-version                "4.7.0">
Note: See TracChangeset for help on using the changeset viewer.