Re: [PATCH v3] tests/docker: Use binaries for debian-tricore-cross

2023-02-13 Thread Alex Bennée
Bastian Koppelmann writes: > since binutils is pretty old, it fails our CI repeatedly during the > compilation of tricore-binutils. We created a precompiled version using > the debian docker image and download it instead of building it ourself. > > We also updated the package to include a newer

[PATCH v3] tests/docker: Use binaries for debian-tricore-cross

2023-02-09 Thread Bastian Koppelmann
since binutils is pretty old, it fails our CI repeatedly during the compilation of tricore-binutils. We created a precompiled version using the debian docker image and download it instead of building it ourself. We also updated the package to include a newer version of binutils, gcc, and newlib. T