summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@posteo.nl>2024-04-13 21:54:17 +0200
committerNicky <nicky.dasmijn@posteo.nl>2024-04-13 21:54:17 +0200
commit9356b3f9ae553c27018eb70a5a0780d21f38786c (patch)
tree222861b8de603f0315b6851b4ec8e9064449037c /indra
parent286ef130349d45b13f613fd11eeb40f5fffdf259 (diff)
Inject XZ_DEFAULTS=-T0 into the environment. This will speed up archive generation.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 46d5c0a3ce..103dff3621 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -65,6 +65,8 @@ class ViewerManifest(LLManifest):
self.path(src="../../scripts/messages/message_template.msg", dst="app_settings/message_template.msg")
self.path(src="../../etc/message.xml", dst="app_settings/message.xml")
+ os.environ["XZ_DEFAULTS"] = "-T0"
+
if self.is_packaging_viewer():
with self.prefix(src_dst="app_settings"):
self.exclude("logcontrol.xml")