On 6/4/19 1:47 PM, Alexander Graf wrote: > Could you please just fix up the travis tests to succeed? I think the > MIPS problem is definitely toolchain related. Maybe you can somehow > convince that travis ubuntu container to use official Debian cross > compilers instead of the kernel.org ones that we use right now?
Yes, Travis should use the cross-compiler packages from Debian. We have cross-compilers for all targets in Debian except for ia64 as it's a bit more complicated to build a cross-compiler there due to the fact that gcc needs libunwind there. I will look into this, at least for all other targets, the cross-compilers can easily be installed with "apt install gcc-$GCCVER-$ARCH-linux-gnu", so if Travis uses Docker here, it will be trivial to fix. The cross-compilers from kernel.org are bare-bone and can't be used to build anything but the kernel and a few other utilities due to missing std libraries. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel