On Thu, Jul 14, 2016 at 09:58:45AM +0200, Johannes Schindelin wrote:
> Hi Junio,
> 
> On Wed, 13 Jul 2016, Junio C Hamano wrote:
> 
> > Does Travis CI testing have an option to run our tests on some
> > 32-bit platforms?
> 
> AFAIR Docker does not support 32-bit, and IIRC that's what Travis uses.
> 
> However, it is possible to install a 32-bit toolchain and use that to
> compile Git.

You just need to install gcc-multilib on travis, and you can use -m32. I
did that for jemalloc recently.
See https://github.com/jemalloc/jemalloc/blob/dev/.travis.yml

Mike
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to