summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-05-23 06:25:09 +0200
committerIan Eure <ian@retrospec.tv>2025-05-24 10:49:53 -0700
commit3a0acc2e86ab37d499c53d857be7f63a37e51de3 (patch)
treee382fc08872a4822a2af94ae4200c0e4322a16f5 /gnu
parent8867f0df705c88fee691f66c4050f8e9e7f66b94 (diff)
gnu: make-torbrowser: Delete testing/web-platform.
* gnu/packages/tor-browsers.scm (make-torbrowser): 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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tor-browsers.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index d59d123182f..06729699cfc 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -433,6 +433,8 @@ Browser.")
;; UNBUNDLE-ME! "gfx/graphite2"
"js/src/ctypes/libffi"
;; UNBUNDLE-ME! "db/sqlite3"
+ ;; 800Mo of unused tests.
+ "testing/web-platform"
))))
(add-after 'remove-bundled-libraries 'fix-ffmpeg-runtime-linker
(lambda* (#:key inputs #:allow-other-keys)