Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r1073:103d5aa76305
Date: 2019-03-05 13:23 +0200
http://bitbucket.org/pypy/buildbot/changeset/103d5aa76305/

Log:    document more required debian packages

diff --git a/README-CHROOT b/README-CHROOT
--- a/README-CHROOT
+++ b/README-CHROOT
@@ -10,7 +10,7 @@
 
     >>> have been copied into /etc/rc.local
 
-mount --bind /tmp /home/tmp
+mount --rbind /tmp /home/tmp
 mount --rbind /extra1 /home/extra1
 mount --rbind /proc /mnt/ubuntu/proc
 mount --rbind /sys /mnt/ubuntu/sys
@@ -48,7 +48,9 @@
 adduser buildslave
 # go back out out of the chroot and set buildslave's UID to the UID on the host
 chmod buildslave.buildslave -R /extra1/stretch32/home/buildslave
-apt install virtualenv buildbot-slave python-pytest python-hypothesis
+
+apt install virtualenv buildbot-slave python-pytest python-hypothesis \
+netbase gdb ncurses-term pypy
 
 and more from the instructions on https://bitbucket.org/pypy/buildbot
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to