mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: make-librewolf-source: Delete testing/web-platform.
* gnu/packages/librewolf.scm (make-librewolf-source): Delete testing/web-platform. This frees more than 800M of RAM during the build. Removing it seems to be enough to allow build on some machines. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
f0ff431174
commit
8867f0df70
1 changed files with 5 additions and 1 deletions
|
@ -193,7 +193,11 @@
|
|||
(search-patches
|
||||
"librewolf-compare-paths.patch"
|
||||
"librewolf-use-system-wide-dir.patch"
|
||||
"librewolf-add-store-to-rdd-allowlist.patch")))))
|
||||
"librewolf-add-store-to-rdd-allowlist.patch"))
|
||||
;; XXX: 75 Mo (800+ Mo uncompressed) of unused tests.
|
||||
;; Removing it makes it possible to compile on some systems.
|
||||
(modules '((guix build utils)))
|
||||
(snippet #~(delete-file-recursively "testing/web-platform")))))
|
||||
|
||||
;;; Define the versions of rust needed to build firefox, trying to match
|
||||
;;; upstream. See table at [0], `Uses' column for the specific version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue