Changeset a8559c1 for general/graphlib


Ignore:
Timestamp:
10/19/2024 04:38:00 AM (38 hours ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
8cbf4f3
Parents:
592fd6c2
git-author:
Xi Ruoyao <xry111@…> (10/18/2024 10:54:25 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/19/2024 04:38:00 AM)
Message:

librsvg: Use generic "MNNI" instruction

I can see no unnecessary rebuild in ninja test, nor ninja install. And
all tests pass with Rustc-1.82.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r592fd6c2 ra8559c1  
    108108
    109109meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
    110 meson compile</userinput></screen>                                   
     110ninja</userinput></screen>
    111111
    112112    <!-- Be sure to unset GLIB_LOG_LEVEL.  If set, it interferes with the
    113113         tests.
    114114
    115          With 2.59.1 one test of 5 fails.
     115         With 2.59.1 one test of 5 fails. (I cannot see any failures here,
     116         but using rustc-1.82.0.)
    116117     -->
    117118
     
    120121    </para>
    121122
    122     <screen remap='test'><userinput>meson test --print-errorlogs --no-rebuild</userinput></screen>
    123 
    124     <para>
    125       One test, C API tests, is known to fail.
    126     </para>
     123    <screen remap='test'><userinput>ninja test</userinput></screen>
    127124
    128125    <para>
     
    130127    </para>
    131128
    132 <screen role="root"><userinput>meson install --no-rebuild </userinput></screen>
     129<screen role="root"><userinput>ninja install</userinput></screen>
    133130<!--
    134131    <note>
Note: See TracChangeset for help on using the changeset viewer.