b9052d3634
The current docker image for cross compiling hexagon guests is manually built since it takes >2 hours to build from source. This patch: 1. Solves the above issue by using the prebuilt clang toolchain hosted on CodeLinaro [1] and maintained by QUIC [2]. 2. The dockerfile is also switched from multi-stage to single stage build to allow the CI docker engine to reuse the layer cache. 3. Re-enables the hexagon-cross-container job to be always run in CI and makes it a non-optional dependency for the build-user-hexagon job. The changes for 1 & 2 together bring down the build time to ~3 minutes in GitLab CI when cache is reused and ~9 minutes when cache cannot be reused. [1]: https://github.com/CodeLinaro/hexagon-builder [2]: https://github.com/quic/toolchain_for_hexagon/releases/ Signed-off-by: Mukilan Thiyagarajan <quic_mthiyaga@quicinc.com> [AJB: also tweak MAINTAINERS, remove QEMU_JOB_ONLY_FORKS and comment] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20221219144354.11659-1-quic_mthiyaga@quicinc.com> Message-Id: <20221221090411.1995037-6-alex.bennee@linaro.org> |
||
---|---|---|
.. | ||
debian-microblaze-cross.d | ||
debian-nios2-cross.d | ||
alpine.docker | ||
centos8.docker | ||
debian-all-test-cross.docker | ||
debian-alpha-cross.docker | ||
debian-amd64-cross.docker | ||
debian-amd64.docker | ||
debian-arm64-cross.docker | ||
debian-armel-cross.docker | ||
debian-armhf-cross.docker | ||
debian-bootstrap.docker | ||
debian-bootstrap.pre | ||
debian-hexagon-cross.docker | ||
debian-hppa-cross.docker | ||
debian-loongarch-cross.docker | ||
debian-m68k-cross.docker | ||
debian-mips64-cross.docker | ||
debian-mips64el-cross.docker | ||
debian-mips-cross.docker | ||
debian-mipsel-cross.docker | ||
debian-native.docker | ||
debian-powerpc-test-cross.docker | ||
debian-ppc64el-cross.docker | ||
debian-riscv64-cross.docker | ||
debian-riscv64-test-cross.docker | ||
debian-s390x-cross.docker | ||
debian-sh4-cross.docker | ||
debian-sparc64-cross.docker | ||
debian-toolchain.docker | ||
debian-tricore-cross.docker | ||
debian-xtensa-cross.docker | ||
fedora-cris-cross.docker | ||
fedora-i386-cross.docker | ||
fedora-win32-cross.docker | ||
fedora-win64-cross.docker | ||
fedora.docker | ||
opensuse-leap.docker | ||
python.docker | ||
ubuntu2004.docker |