[Qemu-devel] [PULL 0/1] disable broken shippable build

Alex Bennée posted 1 patch 6 years, 1 month ago
Only 0 patches received!
.shippable.yml | 2 --
1 file changed, 2 deletions(-)
[Qemu-devel] [PULL 0/1] disable broken shippable build
Posted by Alex Bennée 6 years, 1 month ago
The following changes since commit 0ab4537f08e09b13788db67efd760592fb7db769:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1' into staging (2018-03-08 12:56:39 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-shippable-disable-ppc-080318-1

for you to fetch changes up to b2dba411cf5afc6771e0dd9900fa2b5031a686ac:

  .shippable.yml: disable powerpc-cross image (2018-03-08 14:34:41 +0000)

----------------------------------------------------------------
One fix to disable broken ppc cross-compile test on shippable

----------------------------------------------------------------
Alex Bennée (1):
      .shippable.yml: disable powerpc-cross image

 .shippable.yml | 2 --
 1 file changed, 2 deletions(-)


-- 
2.15.1


Re: [Qemu-devel] [PULL 0/1] disable broken shippable build
Posted by Peter Maydell 6 years, 1 month ago
On 8 March 2018 at 15:03, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit 0ab4537f08e09b13788db67efd760592fb7db769:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1' into staging (2018-03-08 12:56:39 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-shippable-disable-ppc-080318-1
>
> for you to fetch changes up to b2dba411cf5afc6771e0dd9900fa2b5031a686ac:
>
>   .shippable.yml: disable powerpc-cross image (2018-03-08 14:34:41 +0000)
>
> ----------------------------------------------------------------
> One fix to disable broken ppc cross-compile test on shippable
>
> ----------------------------------------------------------------
> Alex Bennée (1):
>       .shippable.yml: disable powerpc-cross image
>
>  .shippable.yml | 2 --
>  1 file changed, 2 deletions(-)

Applied, thanks.

-- PMM

[Qemu-devel] [PULL 1/1] .shippable.yml: disable powerpc-cross image
Posted by Alex Bennée 6 years, 1 month ago
Something has happened to the old emdebian setup which means it no
longer builds. Let's disable the shippable builds which are always
failing.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

diff --git a/.shippable.yml b/.shippable.yml
index dd4bbc84b1..60f2ce9218 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -23,8 +23,6 @@ env:
       TARGET_LIST=mips-softmmu,mipsel-linux-user
     - IMAGE=debian-mips64el-cross
       TARGET_LIST=mips64el-softmmu,mips64el-linux-user
-    - IMAGE=debian-powerpc-cross
-      TARGET_LIST=ppc-softmmu,ppcemb-softmmu,ppc-linux-user
     - IMAGE=debian-ppc64el-cross
       TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
 build:
-- 
2.15.1