Re: [Yade-dev] Faster local testing chroots for everyone :) + graphics

2019-07-12 Thread Janek Kozicki
I forgot to mention, that on the first run, you need to git clone yade. Just copy paste the command printed on the terminal in the welcome message. All future compilations in chroots are much faster because ccache is configured and working :) Janek Kozicki said: (by the date of Fri, 12 Jul

Re: [Yade-dev] Faster local testing chroots for everyone :) + graphics

2019-07-12 Thread Janek Kozicki
I forgot to mention, that in some of those chroots the graphics works. On the host you need to run command: xhost +local: And inside chroots you need to make suer that $DISPLAY points to correct display. You do this by: echo $DISPLAY # on the host export export DISPLAY=:0 # inside chroot. Thi

[Yade-dev] Faster local testing chroots for everyone :)

2019-07-12 Thread Janek Kozicki
Hi everyone, I have prepared the chroots testing suite for you. To make it all work you need about 100GB free HDD space. Here's how to use it: # by default it is in directory /home/extra_nobackup/distros # you can change this by editing file start_chroot_IN_DIR.sh mkdir -p /home/extra_nobackup/d