Re: [U-Boot] [PATCH] gitlab-ci: Switch to a Docker image that contains a QEMU we build

2019-07-29 Thread Tom Rini
On Wed, Jul 24, 2019 at 03:53:28PM -0400, Tom Rini wrote: > Rather than buiding QEMU for each test.py build it once in our > Dockerfile and re-use it as needed. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH] gitlab-ci: Switch to a Docker image that contains a QEMU we build

2019-07-24 Thread Tom Rini
Rather than buiding QEMU for each test.py build it once in our Dockerfile and re-use it as needed. Signed-off-by: Tom Rini --- .gitlab-ci.yml | 36 +--- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e27d86f962