Changeset 6bc97f24


Ignore:
Timestamp:
07/27/2024 11:48:30 AM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
f10c7955
Parents:
35cfc2e
Message:

librsvg: Fix test suite FTBFS with new rustc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r35cfc2e r6bc97f24  
    113113         https://gitlab.gnome.org/GNOME/librsvg/-/issues/1021 -->
    114114    <para>
    115       To test the results, issue: <command>LC_ALL=C make -k check</command>.
    116       <!-- https://gitlab.gnome.org/GNOME/librsvg/-/issues/1085 -->
     115      To test the results, issue:
     116    </para>
     117
     118    <screen remap='test'><userinput>cargo update --precise 0.3.36 time &amp;&amp;
     119LC_ALL=C make check -k</userinput></screen>
     120
     121    <!-- https://gitlab.gnome.org/GNOME/librsvg/-/issues/1085 -->
     122    <para>
    117123      One test named <literal>bugs_bug749415_svg</literal> is known to fail.
    118124    </para>
     
    154160      ensures installing the API documentation into the expected location
    155161      if <xref linkend='gi-docgen'/> is installed.
     162    </para>
     163
     164    <para>
     165      <command>cargo update --precise=0.3.36 time</command>: This updates
     166      the <filename>Cargo.lock</filename> file to refer the version 0.3.36
     167      of the time crate for the test suite.  Originally it refers the
     168      version 0.3.34 which fails to build with Rustc-1.80.0 or later.
    156169    </para>
    157170
Note: See TracChangeset for help on using the changeset viewer.