Hi Tom, On Thu, Jun 17, 2021 at 4:00 AM Tom Rini <[email protected]> wrote: > > - Move to gcc-11.1.0 builds from kernel.org for supported platforms and > LLVM-11 for those tests. > - grub-2.06 does not build with gcc-11.1.0 on riscv32 as seen here: > https://www.mail-archive.com/[email protected]/msg30736.html > so drop it. > - Update to newer Xtensa (gcc-9.2.0) and ARC (gcc-10.2) toolchains > > Cc: Heinrich Schuchardt <[email protected]> > Cc: Bin Meng <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Rick Chen <[email protected]> > Signed-off-by: Tom Rini <[email protected]> > --- > Changes in v3: > - Post the right patch this time. > - Switch to gcc-11.1.0 builds rather than pre-release > - grub-2.06 is out, use that rather than -rc1 > - Update Xtensa and ARC toolchains. > - Note that right now this causes x86 to fail to link, which I did not > see with gcc-11.0 tests.
Did you mean x86 fails to link with LLVM 11, not GCC 11? > > Changes in v2: > - None, I re-sent v1 by accident > --- > .azure-pipelines.yml | 3 +- > .gitlab-ci.yml | 3 +- > tools/docker/Dockerfile | 83 ++++++++++++++++------------------------- > 3 files changed, 35 insertions(+), 54 deletions(-) > Regards, Bin

