On Tue, 03/07 13:41, Alex Bennée wrote:
>
> Fam Zheng writes:
>
> > On Mon, 03/06 11:28, Alex Bennée wrote:
> >> It's a silly little limitation on Shippable that is looks for clang
> >> in the container even though we won't use it. The arm/aarch64 cross
> >> builds inherit this from debian.docke
Fam Zheng writes:
> On Mon, 03/06 11:28, Alex Bennée wrote:
>> It's a silly little limitation on Shippable that is looks for clang
>> in the container even though we won't use it. The arm/aarch64 cross
>> builds inherit this from debian.docker but as we needed to use
>> debian-testing for this w
Philippe Mathieu-Daudé writes:
> Hi Alex, Fam.
>
> I tested this way but got an error:
>
> qemu (docker_alex)$ make docker-test-clang@debian-s390x-cross
> BUILD debian-s390x-cross
> make[1]: Entering directory 'qemu'
> ARCHIVE qemu.tgz
> ARCHIVE dtc.tgz
> ARCHIVE pixman.tgz
> COPY
Hi Alex, Fam.
I tested this way but got an error:
qemu (docker_alex)$ make docker-test-clang@debian-s390x-cross
BUILD debian-s390x-cross
make[1]: Entering directory 'qemu'
ARCHIVE qemu.tgz
ARCHIVE dtc.tgz
ARCHIVE pixman.tgz
COPYRUNNER
RUN test-clang in qemu:debian-s390x-cross
On Mon, 03/06 11:28, Alex Bennée wrote:
> It's a silly little limitation on Shippable that is looks for clang
> in the container even though we won't use it. The arm/aarch64 cross
> builds inherit this from debian.docker but as we needed to use
> debian-testing for this we add it here. We also coll
It's a silly little limitation on Shippable that is looks for clang
in the container even though we won't use it. The arm/aarch64 cross
builds inherit this from debian.docker but as we needed to use
debian-testing for this we add it here. We also collapse the update
step into one RUN line to remove