BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/218271

Change subject: Set hhvm.hack.lang.iconv_ignore_correct for //IGNORE behavior
......................................................................

Set hhvm.hack.lang.iconv_ignore_correct for //IGNORE behavior

Enable the HHVM specific setting to work around glibc 2.14+ iconv
handling for '//IGNORE'.

Bug: T98882
Change-Id: I197d2437a5553997eaf435db310107a02b6e40f0
---
M modules/hhvm/manifests/init.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/71/218271/1

diff --git a/modules/hhvm/manifests/init.pp b/modules/hhvm/manifests/init.pp
index a2165ad..e9beb0f 100644
--- a/modules/hhvm/manifests/init.pp
+++ b/modules/hhvm/manifests/init.pp
@@ -132,6 +132,11 @@
                 light_process_count       => 5,
                 light_process_file_prefix => '/var/tmp/hhvm',
             },
+            hack                     => {
+                lang => {
+                    iconv_ignore_correct => true,
+                },
+            },
         },
     }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/218271
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I197d2437a5553997eaf435db310107a02b6e40f0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BryanDavis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to