Changeset 57a8df2 for xsoft/graphweb


Ignore:
Timestamp:
10/08/2017 02:00:42 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
71becb2
Parents:
e2011d1
Message:

firefox-56.0.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19302 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    re2011d1 r57a8df2  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "d1615a5d49f488bc8c48771669c29542">
    10   <!ENTITY firefox-size          "244 MB">
    11   <!ENTITY firefox-buildsize     "6.2 GB (139 MB installed)">
    12   <!ENTITY firefox-time          "18 SBU (with parallelism=4)">
     9  <!ENTITY firefox-md5sum        "1be2b13c37d70f4dd8564fbfef8e886b">
     10  <!ENTITY firefox-size          "243 MB">
     11  <!ENTITY firefox-buildsize     "6.3 GB (139 MB installed) without tests">
     12  <!ENTITY firefox-time          "18 SBU (with parallelism=4) without tests">
    1313]>
    1414
     
    274274ac_add_options --disable-crashreporter
    275275ac_add_options --disable-updater
     276# enabling the tests will use a lot more space and significantly
     277# increase the build time, for no obvious benefit.
    276278ac_add_options --disable-tests
    277279
     
    332334
    333335    <para>
    334       This package does not come with a test suite.
     336      The <filename>mozconfig</filename> above disables the tests because
     337      they use a lot more time and disk space for no obvious benefit. If
     338      you have nevertheless enabled them, you can run the tests by executing:
     339    </para>
     340
     341<screen><userinput>./mach gtest</userinput></screen>
     342
     343    <para>
     344     This will require a network connection, and to be run from within an
     345     Xorg session - there is a popup dialog when it fails to connect to
     346     ALSA (that does not create a failed test). One or two tests will fail.
     347     To see the details of the failure(s) you will need to log the output
     348     from that command so that you can review it.
    335349    </para>
    336350
Note: See TracChangeset for help on using the changeset viewer.