This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/qemu.
from 7077fcb9b6 Merge tag 'vmbus-maint-20220530' of https://github.com/macie [...] adds 658f2da1f3 .gitlab-ci.d/container-cross: Fix RISC-V container dependenc [...] adds 6fd4e75610 .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i3 [...] adds 861dca3707 gitlab-ci: add meson JUnit test result into report adds 85b141ea6a meson.build: fix summary display of test compilers adds 06885cf935 tests/lcitool: fix up indentation to correct style adds 18ad049d90 tests/docker: update debian-armhf-cross with lcitool adds 9480624187 tests/docker: update debian-armel-cross with lcitool adds 432ae739c6 tests/docker: update debian-mipsel-cross with lcitool adds 1e834d1714 tests/docker: update debian-mips64el-cross with lcitool adds 4ec740e12d tests/docker: update debian-ppc64el-cross with lcitool adds 9e19fd7d4a tests/docker: update debian-amd64 with lcitool adds ea857a3b79 configure: do not define or use the CPP variable adds 231ca96316 build: clean up ninja invocation adds 9b32ba53f3 build: add a more generic way to specify make->ninja dependencies adds 95808875be build: do a full build before running TCG tests adds 45f1eecdd6 configure, meson: move symlinking of ROMs to meson adds 867998cf56 tests/tcg: correct target CPU for sparc32 adds cd362defbb tests/tcg: merge configure.sh back into main configure script adds 46af66edcb configure: add missing cross compiler fallbacks adds 2ad60f6f8c configure: handle host compiler in probe_target_compiler adds 5adb43be79 configure: introduce --cross-prefix-*= adds 87eb014c5e configure: include more binutils in tests/tcg makefile adds ad38884512 configure: move symlink configuration earlier adds 9ffed42614 configure: enable cross-compilation of s390-ccw adds 33ab478742 configure: enable cross-compilation of optionrom adds d695918f7b configure: enable cross compilation of vof adds f21db42631 configure: remove unused variables from config-host.mak adds 6a0e7ea7b8 gitlab: introduce a common base job template adds 00125414ba gitlab: convert Cirrus jobs to .base_job_template adds 16fee101d9 gitlab: convert static checks to .base_job_template adds e312d1fdbb gitlab: convert build/container jobs to .base_job_template adds 28357dc525 gitlab: don't run CI jobs in forks by default adds 7266ecce50 docs/devel: clean-up the CI links in the docs adds e2c2d57599 Merge tag 'pull-testing-next-010622-3' of https://github.com [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/base.yml | 72 +++ .gitlab-ci.d/buildtest-template.yml | 18 +- .gitlab-ci.d/buildtest.yml | 28 +- .gitlab-ci.d/cirrus.yml | 16 +- .gitlab-ci.d/container-cross.yml | 24 +- .gitlab-ci.d/container-template.yml | 1 + .gitlab-ci.d/containers.yml | 3 +- .gitlab-ci.d/crossbuild-template.yml | 3 + .gitlab-ci.d/crossbuilds.yml | 2 + .gitlab-ci.d/qemu-project.yml | 1 + .gitlab-ci.d/static_checks.yml | 19 +- .gitlab-ci.d/windows.yml | 1 + Makefile | 9 +- configure | 606 ++++++++++++++++++--- docs/devel/ci-jobs.rst.inc | 116 +++- docs/devel/ci.rst | 11 +- docs/devel/submitting-a-patch.rst | 36 +- docs/devel/testing.rst | 2 + meson.build | 8 +- pc-bios/meson.build | 17 +- pc-bios/optionrom/Makefile | 4 +- pc-bios/s390-ccw/Makefile | 9 +- pc-bios/s390-ccw/netboot.mak | 2 +- pc-bios/vof/Makefile | 17 +- scripts/mtest2make.py | 8 +- tests/Makefile.include | 4 +- tests/docker/Makefile.include | 5 - tests/docker/dockerfiles/debian-amd64.docker | 194 +++++-- tests/docker/dockerfiles/debian-armel-cross.docker | 178 +++++- tests/docker/dockerfiles/debian-armhf-cross.docker | 184 ++++++- .../dockerfiles/debian-mips64el-cross.docker | 177 +++++- .../docker/dockerfiles/debian-mipsel-cross.docker | 179 +++++- .../docker/dockerfiles/debian-ppc64el-cross.docker | 178 +++++- tests/lcitool/refresh | 178 ++++-- tests/tcg/configure.sh | 376 ------------- 35 files changed, 1885 insertions(+), 801 deletions(-) create mode 100644 .gitlab-ci.d/base.yml delete mode 100755 tests/tcg/configure.sh