Changeset 32a3136


Ignore:
Timestamp:
05/05/2024 07:38:44 PM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
99d85abd
Parents:
cbfd207
Message:

rust: Update to 1.78.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    rcbfd207 r32a3136  
    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        "7df442945fb2e32cbccd45a7faa3a5e1">
    10   <!ENTITY rust-size          "156 MB">
     9  <!ENTITY rust-md5sum        "ce1c084daec811aac07951cc954e7809">
     10  <!ENTITY rust-size          "152 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)">
     
    264264# and updated it to follow the major changes of the building system,
    265265# so x.py will not warn us to do such a review.
    266 change-id = 102579
     266change-id = 121754
    267267
    268268[llvm]
     
    368368python3 x.py test --verbose --no-fail-fast | tee rustc-testlog</userinput></screen>
    369369
    370     <!-- https://github.com/rust-lang/rust/pull/115869 -->
    371     <para>
    372       Two tests, <filename>tests/ui/issues/issue-21763.rs</filename> and
     370    <!-- highlighting.rs:
     371         may be fixed by
     372         https://github.com/rust-lang/rust/pull/124398 ?
     373         it seems harmless anyway
     374
     375         issue-21763.rs:
     376         https://github.com/rust-lang/rust/pull/115869, see my comment
     377
     378         regression-bad-location-list-67992.rs: rust bug or gdb bug ???? -->
     379    <para>
     380      Three tests, <filename>tests/ui/error-emitter/highlighting.rs</filename>,
     381      <filename>tests/ui/issues/issue-21763.rs</filename>, and
    373382      <filename>tests/debuginfo/regression-bad-location-list-67992.rs</filename>,
    374383      are known to fail.
    375384    </para>
    376 
    377     <!-- https://github.com/rust-lang/rust/pull/120529 -->
    378     <para>
    379       With LLVM-18, two <literal>[run-make]</literal> tests named
    380       <filename>rustdoc-target-spec-json-path</filename> and
    381       <filename>target-specs</filename> are known to fail.
    382     </para>
    383 
     385<!-- Let's just comment this out.  Nobody has tested on a system w/o
     386     FileCheck for a long time.
    384387    <para>
    385388      If <command>FileCheck</command> from <application>LLVM</application> has
     
    387390      will fail.
    388391    </para>
    389 
     392-->
    390393    <para>
    391394      As with all large test suites, other tests might fail on some machines -
  • introduction/welcome/changelog.xml

    rcbfd207 r32a3136  
    4343      <para>May 5th, 2024</para>
    4444      <itemizedlist>
     45        <listitem>
     46          <para>[xry111] - Update to rustc-1.78.0.  Fixes
     47          <ulink url="&blfs-ticket-root;19557">#19557</ulink>.</para>
     48        </listitem>
    4549        <listitem>
    4650          <para>[bdubbs] - Update to libfm-qt-2.0.1, lximage-qt-2.0.1, and
  • packages.ent

    rcbfd207 r32a3136  
    371371<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    372372<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
    373 <!ENTITY rust-version                 "1.77.0">
     373<!ENTITY rust-version                 "1.78.0">
    374374<!ENTITY scons-version                "4.7.0">
    375375<!ENTITY slang-version                "2.3.3">
Note: See TracChangeset for help on using the changeset viewer.