[Vm-dev] .travis.yml CHROOT for linux32ARM6 builds

Fabio Niephaus lists at fniephaus.com
Sun Jan 20 21:48:31 UTC 2019


On Sun, Jan 20, 2019 at 3:08 AM Ben Coman <btc at openinworld.com> wrote:
>
>
> How is the CHROOT variable used for linux32ARM6 builds?
> https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/.travis.yml
>
>   - stage: "linux32ARMv6 builds"
>     env: ARCH="linux32ARMv6" FLAVOR="newspeak.cog.spur" CHROOT="schroot -p -c rpi
>       -- bash -c "
>     dist: trusty
>     group: edge
>
> I don't see it referenced anywhere else...
> https://github.com/OpenSmalltalk/opensmalltalk-vm/search?utf8=%E2%9C%93&q=chroot

GitHub's code search is terrible, do not trust it! It might have been
too obvious, but CHROOT is actually only been used in the .travis.yml:

https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/5a38b3483dc5c82c7ecc85a590fdf1b095377a1f/.travis.yml#L133

Fabio

>
> cheers -ben


More information about the Vm-dev mailing list