Peter Maydell <peter.mayd...@linaro.org> writes:
> On Tue, 18 May 2021 at 10:07, Alex Bennée <alex.ben...@linaro.org> wrote: >> >> The following changes since commit 367196caa07ac31443bc360145cc10fbef4fdf92: >> >> Merge remote-tracking branch >> 'remotes/vivier2/tags/trivial-branch-for-6.1-pull-request' into staging >> (2021-05-17 16:44:47 +0100) >> >> are available in the Git repository at: >> >> https://github.com/stsquad/qemu.git >> tags/pull-testing-and-plugin-updates-180521-2 >> >> for you to fetch changes up to b1aa4de12e846e0ad18969ee823c19b66d8d4d8f: >> >> configure: use cc, not host_cc to set cross_cc for build arch (2021-05-18 >> 09:36:21 +0100) >> >> ---------------------------------------------------------------- >> testing and plugin updates: >> >> - various fixes for binfmt_misc docker images >> - add hexagon check-tcg support docker image >> - add tricore check-tcg support >> - refactor ppc docker images >> - add missing ppc64le tests >> - don't use host_cc for test fallback >> - check-tcg configure.sh tweaks for cross compile/clang >> - fix some memory leaks in plugins >> >> ---------------------------------------------------------------- > > This fails the 'build-user-hexagon' job in gitlab: > > https://gitlab.com/qemu-project/qemu/-/jobs/1276171518 > > "ERROR: Cannot find Ninja" seems likely to be the main issue... OK the proper image is now pushed to the qemu-project registry (my tests used my personal registry as a preference): 17:16:11 [alex.bennee@hackbox2:~/l/q/b/all] testing/next↑244|✔ + docker push registry.gitlab.com/qemu-project/qemu/qemu/debian-hexagon-cross Using default tag: latest The push refers to repository [registry.gitlab.com/qemu-project/qemu/qemu/debian-hexagon-cross] 512e7ffed4ce: Mounted from stsquad/qemu/qemu/debian-hexagon-cross d608c89fd339: Mounted from stsquad/qemu/qemu/debian-hexagon-cross 07cc4994a1db: Mounted from stsquad/qemu/qemu/debian-hexagon-cross 14a1ca976738: Layer already exists latest: digest: sha256:44fbef81dc947e643d6d15ee89ac609a28109fdaced61cbf1a9c5292f2e23076 size: 1162 And now that failing test passes: https://gitlab.com/qemu-project/qemu/-/jobs/1277078226 > > > thanks > -- PMM -- Alex Bennée