Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r1075:4c86f3a702e9
Date: 2019-03-09 21:47 +0200
http://bitbucket.org/pypy/buildbot/changeset/4c86f3a702e9/

Log:    add locale setup for debian

diff --git a/README-CHROOT b/README-CHROOT
--- a/README-CHROOT
+++ b/README-CHROOT
@@ -50,7 +50,11 @@
 chmod buildslave.buildslave -R /extra1/stretch32/home/buildslave
 
 apt install virtualenv buildbot-slave python-pytest python-hypothesis \
-netbase gdb ncurses-term pypy
+netbase gdb ncurses-term pypy locales
 
 and more from the instructions on https://bitbucket.org/pypy/buildbot
 
+also, to make the rlocale tests work
+
+dpkg-reconfigure locales
+# choose to generate all encodings, choose en_US.UTF-8
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to