Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211014224435.2539547-1-richard.henderson@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Willian Rampazzo <willianr@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
.gitlab-ci.d/buildtest.yml | 4 -
.gitlab-ci.d/container-cross.yml | 27 +---
tests/docker/Makefile.include | 50 ++++---
.../dockerfiles/debian-all-test-cross.docker | 5 -
.../dockerfiles/debian-hexagon-cross.docker | 45 +-----
.../build-toolchain.sh | 141 ------------------
.../build-toolchain.sh | 88 +++++++++++
.../debian-nios2-cross.d/build-toolchain.sh | 87 +++++++++++
.../dockerfiles/debian-toolchain.docker | 36 +++++
tests/docker/dockerfiles/debian10.docker | 9 +-
tests/tcg/configure.sh | 6 +
11 files changed, 263 insertions(+), 235 deletions(-)
delete mode 100755 tests/docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
create mode 100755 tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
create mode 100755 tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
create mode 100644 tests/docker/dockerfiles/debian-toolchain.docker