summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/debian-powerpc-test-cross.docker
Commit message (Collapse)AuthorAgeFilesLines
* tests/docker: flatten debian-powerpc-test-crossAlex Bennée2022-09-201-5/+7
| | | | | | | | | Flatten into a single dockerfile. We really don't need the rest of the stuff from the QEMU base image just to compile test images. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220914155950.804707-15-alex.bennee@linaro.org>
* tests/docker: gcc-10 based images for ppc64{,le} testsMatheus Ferst2021-05-181-0/+17
A newer compiler is needed to build tests for Power10 instructions. As done for arm64 on c729a99d2701, a new '-test-cross' image is created for ppc64 and ppc64le. As done on 936fda4d771f, a test for compiler support is added to verify that the toolchain in use has '-mpower10'. Finally, Unused images (docker-power-cross and docker-ppc64-cross) are removed. Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210423205757.1752480-2-matheus.ferst@eldorado.org.br> Message-Id: <20210512102051.12134-27-alex.bennee@linaro.org>