On 20/11/2018 14:10, Wei Liu wrote: > They should have used .gcc-x86-32-build-debug in the first place. > > Signed-off-by: Wei Liu <[email protected]>
Oops yes - Acked-by: Andrew Cooper <[email protected]> > --- > This patch is trivial so I intend to commit it as soon as possible to > fix Gitlab CI. > --- > .gitlab-ci.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index 5678b552c4..3368fad010 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -227,7 +227,7 @@ debian-stretch-32-gcc: > CONTAINER: debian:stretch-i386 > > debian-stretch-32-gcc-debug: > - extends: .gcc-x86-64-build-debug > + extends: .gcc-x86-32-build-debug > variables: > CONTAINER: debian:stretch-i386 > > @@ -279,7 +279,7 @@ debian-unstable-32-gcc: > CONTAINER: debian:unstable-i386 > > debian-unstable-32-gcc-debug: > - extends: .gcc-x86-64-build-debug > + extends: .gcc-x86-32-build-debug > variables: > CONTAINER: debian:unstable-i386 > _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
