Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    rca73053a r45ab6c7  
    1414  <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
    1515  <!ENTITY js78-download-ftp  " ">
    16   <!ENTITY js78-md5sum        "0aa9c735305304373f9fddc35c56e81b">
    17   <!ENTITY js78-size          "319 MB">
     16  <!ENTITY js78-md5sum        "b81fc212639eab6a20c0a262e2eee302">
     17  <!ENTITY js78-size          "320 MB">
    1818  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 34MB static lib)">
    19   <!ENTITY js78-time          "2.4 SBU (on a 4-core machine with parallelism=4)">
     19  <!ENTITY js78-time          "2.5 SBU (on a 4-core machine)">
    2020]>
    2121
     
    160160        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161161         href="../../xincludes/mozconfigure.xml"/>
    162 
    163         <para>
    164           Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
    165           the rust code will use all processors.
    166         </para>
    167162     </note>
    168163
     
    195190      Depending on the machine, either
    196191      ten or fourteen JS tests related to locale and timezone fail,
    197       because of an issue with recent versions of <xref linkend="icu"/>.
     192      because of an issue in <xref linkend="icu"/>.
    198193      To run the JIT test suite, issue:
    199194      <command>make -C js/src check-jit-test
    200       JITTEST_EXTRA_ARGS="--timeout 300"</command>.
     195      JITTEST_EXTRA_ARGS="--timeout 300"</command>. Again, a few tests
     196      may show as unexpected failures.
    201197    </para>
    202198
Note: See TracChangeset for help on using the changeset viewer.