Re: Build thermos executor on ARM

2016-07-18 Thread John Sirois
On Jul 18, 2016 9:04 AM, "Yiannis Gkoufas" wrote: > > Hi John, > > just to confirm: this is how this part of pants.ini should look like: > > backend_packages: [ > [binaries] > baseurls: +['http://localhost:'] > path_by_id: {('linux', 'armv7l'): ['local']} >

Re: Build thermos executor on ARM

2016-07-18 Thread Erb, Stephan
The Thermos executor is bundling the Mesos driver necessary for communication with to the agent. To make this work, you have to build Python egg files containing the Mesos driver. This is the script we normally use to achieve this: