From 054f57151541654ab8b68fc935e184377747ab75 Mon Sep 17 00:00:00 2001
From: Callum Linden <callum@lindenlab.com>
Date: Tue, 24 Jan 2023 13:14:25 -0800
Subject: [PATCH] DRTVWR-489-emoji: Trying to get to the bottom of a TeamCity
 build failure with access to TeramCity - one theory is that the extra size of
 these DLLs consumes too much disk space and results in the NSIS internal
 compiler error we observe - removing these tempoorarily to see what
 difference that makes

---
 indra/newview/viewer_manifest.py | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 26983bbba82..76cd4ce049d 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -518,14 +518,13 @@ def construct(self):
                 self.path("alut.dll")
 
             # For ICU4C
-            self.path("")
-            self.path("icudt48.dll")
-            self.path("icuin48.dll")
-            self.path("icuio48.dll")
-            self.path("icule48.dll")
-            self.path("iculx48.dll")
-            self.path("icutu48.dll")
-            self.path("icuuc48.dll")
+            # self.path("icudt48.dll")
+            # self.path("icuin48.dll")
+            # self.path("icuio48.dll")
+            # self.path("icule48.dll")
+            # self.path("iculx48.dll")
+            # self.path("icutu48.dll")
+            # self.path("icuuc48.dll")
 
             # For textures
             self.path("openjpeg.dll")
-- 
GitLab