mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Updates:
firefox-102.6.0, js-102.6.0. Measured on AMD 3400G using linux-6.0.12, and only 4 cores online for JS, sizes and timings on other machines differ slightly.
This commit is contained in:
parent
48771ae06f
commit
8d219de89c
@ -13,10 +13,10 @@
|
||||
<!ENTITY ff102-version "&firefox-version;">
|
||||
<!ENTITY js102-download-http "&mozilla-http;/firefox/releases/&JS102-version;esr/source/firefox-&JS102-version;esr.source.tar.xz">
|
||||
<!ENTITY js102-download-ftp " ">
|
||||
<!ENTITY js102-md5sum "3b3e610898ccda554519f744e634c50c">
|
||||
<!ENTITY js102-md5sum "9fe60d1991b9344ebfd80592aff2bfa9">
|
||||
<!ENTITY js102-size "457 MB">
|
||||
<!ENTITY js102-buildsize "3.4 GB (38 MB installed after removing 34MB static lib)">
|
||||
<!ENTITY js102-time "1.8 SBU (with parallelism=4)">
|
||||
<!ENTITY js102-buildsize "3.3 GB (38 MB installed after removing 34MB static lib)">
|
||||
<!ENTITY js102-time "2.0 SBU (with parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="js102" xreflabel="JS-&JS102-version;">
|
||||
@ -210,7 +210,7 @@ make</userinput></screen>
|
||||
<!-- recheck when ICU gets upgraded -->
|
||||
<!-- Still true with 102 -renodr -->
|
||||
Because we are building with system ICU, more than one hundred tests
|
||||
(out of a total of more than 40,000) are known to fail.
|
||||
(out of a total of more than 50,000) are known to fail.
|
||||
</para>
|
||||
<para>
|
||||
To run the JIT test suite, issue:
|
||||
|
@ -38,6 +38,17 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>December 13th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to firefox-102.6.0 (Security Update) and
|
||||
JS102.6.0.
|
||||
Fixes <ulink url="&blfs-ticket-root;17394">#17394</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 12th, 2022</para>
|
||||
<itemizedlist>
|
||||
|
@ -113,7 +113,7 @@
|
||||
|
||||
<!ENTITY inih-version "56">
|
||||
<!ENTITY jansson-version "2.14">
|
||||
<!ENTITY JS102-version "102.5.0">
|
||||
<!ENTITY JS102-version "102.6.0">
|
||||
<!-- temporary, until JS102 is approved for gnome -->
|
||||
<!--<!ENTITY JS91-version "91.13.0">-->
|
||||
<!ENTITY json-c-version "0.16">
|
||||
@ -841,7 +841,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- Chapter 40 -->
|
||||
<!ENTITY epiphany-version "42.4">
|
||||
<!-- falkon version is the same as KDE applications -->
|
||||
<!ENTITY firefox-version "102.5.0">
|
||||
<!ENTITY firefox-version "102.6.0">
|
||||
<!ENTITY seamonkey-version "2.53.14">
|
||||
|
||||
<!-- Chapter 41 -->
|
||||
|
@ -6,15 +6,15 @@
|
||||
|
||||
<!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
|
||||
<!ENTITY firefox-download-ftp " ">
|
||||
<!ENTITY firefox-md5sum "3b3e610898ccda554519f744e634c50c">
|
||||
<!ENTITY firefox-md5sum "9fe60d1991b9344ebfd80592aff2bfa9">
|
||||
<!ENTITY firefox-size "457 MB">
|
||||
<!-- NB with stylo, much of the build uses rust, and therefore cargo files.
|
||||
But the extra cached cargo files, if any, seem to be minimal -->
|
||||
<!ENTITY firefox-buildsize "7.1 GB (197 MB installed) without tests">
|
||||
<!ENTITY firefox-buildsize "7.1 GB (199 MB installed) without tests">
|
||||
<!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
|
||||
most practical way to get a timing on a machine with more cores, if taking
|
||||
cores offline is not practical. If in doubt, round up -->
|
||||
<!ENTITY firefox-time "20 SBU using -j4, without tests">
|
||||
<!ENTITY firefox-time "21 SBU using -j4, without tests">
|
||||
]>
|
||||
|
||||
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user