Compilers from.. debian?
From: Matt Hart <hidden>
Date: 2018-08-14 19:21:09
Hi all, Does anyone have a strong opinion about where we get our compiler releases from? Currently it's a mash up of Linaro for ARM(32/64), MIPS from unknown, and X86 from whatever ubuntu is installed on the builder As part of my work to start building with multiple compiler versions, I've been creating Dockerfiles for the builders with different compiler versions installed in them. As I've been doing this, it's been really easy to just install the various compilers packages from Debian. They also cover a lot of architectures we're hoping to add in the future. Anyone mind if we start using Debian toolchain releases in future? I'm no toolchain expert, so I'm looking for some opinions. Thanks!