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_build/master-aarch64 in repository toolchain/ci/qemu.
from 7077fcb9b6 Merge tag 'vmbus-maint-20220530' of https://github.com/macie [...] new 658f2da1f3 .gitlab-ci.d/container-cross: Fix RISC-V container dependenc [...] new 6fd4e75610 .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i3 [...] new 861dca3707 gitlab-ci: add meson JUnit test result into report new 85b141ea6a meson.build: fix summary display of test compilers new 06885cf935 tests/lcitool: fix up indentation to correct style new 18ad049d90 tests/docker: update debian-armhf-cross with lcitool new 9480624187 tests/docker: update debian-armel-cross with lcitool new 432ae739c6 tests/docker: update debian-mipsel-cross with lcitool new 1e834d1714 tests/docker: update debian-mips64el-cross with lcitool new 4ec740e12d tests/docker: update debian-ppc64el-cross with lcitool new 9e19fd7d4a tests/docker: update debian-amd64 with lcitool new ea857a3b79 configure: do not define or use the CPP variable new 231ca96316 build: clean up ninja invocation new 9b32ba53f3 build: add a more generic way to specify make->ninja dependencies new 95808875be build: do a full build before running TCG tests new 45f1eecdd6 configure, meson: move symlinking of ROMs to meson new 867998cf56 tests/tcg: correct target CPU for sparc32 new cd362defbb tests/tcg: merge configure.sh back into main configure script new 46af66edcb configure: add missing cross compiler fallbacks new 2ad60f6f8c configure: handle host compiler in probe_target_compiler new 5adb43be79 configure: introduce --cross-prefix-*= new 87eb014c5e configure: include more binutils in tests/tcg makefile new ad38884512 configure: move symlink configuration earlier new 9ffed42614 configure: enable cross-compilation of s390-ccw new 33ab478742 configure: enable cross-compilation of optionrom new d695918f7b configure: enable cross compilation of vof new f21db42631 configure: remove unused variables from config-host.mak new 6a0e7ea7b8 gitlab: introduce a common base job template new 00125414ba gitlab: convert Cirrus jobs to .base_job_template new 16fee101d9 gitlab: convert static checks to .base_job_template new e312d1fdbb gitlab: convert build/container jobs to .base_job_template new 28357dc525 gitlab: don't run CI jobs in forks by default new 7266ecce50 docs/devel: clean-up the CI links in the docs new e2c2d57599 Merge tag 'pull-testing-next-010622-3' of https://github.com [...]
The 34 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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