summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <etrunko@redhat.com>2018-08-30 18:44:59 -0300
committerFrediano Ziglio <fziglio@redhat.com>2018-08-31 07:30:25 +0100
commitb60acbab53e91ffa0fd88469b26bebc81b6d7af6 (patch)
treed07d8f3e419c226caf9638ea169a768c70847e46
parente5a93d7a30f71f01052392d13e33e0373bccee8f (diff)
ci: Workaround asciidoc failure
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@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: