[PATCH 0/2] gitlab-ci: Add riscv64 cross builds

Richard Henderson posted 2 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210914185830.1378771-1-richard.henderson@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Willian Rampazzo <willianr@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
.gitlab-ci.d/container-cross.yml              |  1 -
.gitlab-ci.d/crossbuilds.yml                  | 14 ++++++
tests/docker/Makefile.include                 |  2 -
.../dockerfiles/debian-riscv64-cross.docker   | 46 +++++++++++++++++--
4 files changed, 55 insertions(+), 8 deletions(-)
[PATCH 0/2] gitlab-ci: Add riscv64 cross builds
Posted by Richard Henderson 2 years, 7 months ago
The only tcg host that does not have build coverage is riscv64.
Filling this hole will help with tcg reorgs I have in the works.

Thanks to Alex for help debugging the docker image creation.


r~


Alex Bennée (1):
  tests/docker: promote debian-riscv64-cross to a full image

Richard Henderson (1):
  gitlab: Add cross-riscv64-system, cross-riscv64-user

 .gitlab-ci.d/container-cross.yml              |  1 -
 .gitlab-ci.d/crossbuilds.yml                  | 14 ++++++
 tests/docker/Makefile.include                 |  2 -
 .../dockerfiles/debian-riscv64-cross.docker   | 46 +++++++++++++++++--
 4 files changed, 55 insertions(+), 8 deletions(-)

-- 
2.25.1


Re: [PATCH 0/2] gitlab-ci: Add riscv64 cross builds
Posted by Alex Bennée 2 years, 7 months ago
Richard Henderson <richard.henderson@linaro.org> writes:

> The only tcg host that does not have build coverage is riscv64.
> Filling this hole will help with tcg reorgs I have in the works.
>
> Thanks to Alex for help debugging the docker image creation.

Queued to testing/next, thanks.

-- 
Alex Bennée