[Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure
Frediano Ziglio
fziglio at redhat.com
Fri Aug 31 07:04:40 UTC 2018
>
> Hi,
>
> On Fri, Aug 31, 2018 at 02:31:15AM -0400, Frediano Ziglio wrote:
> > >
> > > Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been
> > > failing. Frediano noticed that there is no such problem with Fedora 27,
> > > and it looks like asciidoc version 8.6.10 in Fedora 28 is causing
> > > the problem. Downgrading it to 8.6.8 seems to fix it while we don't
> > > find the definite solution.
> > >
> > > Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
> > > ---
> > > .gitlab-ci.yml | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > > index cba41b28..3344fa3c 100644
> > > --- a/.gitlab-ci.yml
> > > +++ b/.gitlab-ci.yml
> > > @@ -8,6 +8,7 @@ before_script:
> > > -y
> > > - dnf copr enable @spice/nightly -y
> > > - dnf builddep spice -y
> > > + - dnf downgrade asciidoc -y
> > >
> > > makecheck:
> > > script:
> >
> > Acked-by: Frediano Ziglio <fziglio at redhat.com>
> >
> > Looks a but in Python3 or asciidoc, we should open a bug
> > upstream.
>
> And preferable attach that to commit log as well, for future
> reference if needed ;)
>
Too late, https://gitlab.freedesktop.org/spice/spice/pipelines/3828.
Found this https://bugzilla.redhat.com/show_bug.cgi?id=1623459
Looks like 8.6.10 is not an official release and asciidoc currently
do not support python 3 (although the author is working on it),
see http://asciidoc.org.
Didn't find nothing on the forum,
https://groups.google.com/forum/#!forum/asciidoc or GitHub
https://github.com/asciidoc/asciidoc/issues.
Frediano
More information about the Spice-devel
mailing list