Project

General

Profile

action #169246

Updated by mkittler about 1 month ago

## Observation 

 https://app.circleci.com/pipelines/github/os-autoinst/openQA/15181/workflows/8e94fa45-cda5-4307-8264-c7620912a213/jobs/145193 

 ``` 
 ... 
 Fetching: Ascii85-2.0.1.gem (100%) 
 ERROR:    Error installing asciidoctor-pdf: 
         The last version of Ascii85 (!= 2.0.0, < 3.0, >= 1.0) to support your Ruby & RubyGems was 1.1.1. Try installing it with `gem install Ascii85 -v 1.1.1` and then running the current command again 
         Ascii85 requires Ruby version >= 2.7.0. The current ruby version is 2.5.0. 
 ``` 

 ## Suggestions 
 * Pin the version of Ascii85 to resolve the error like in other places where we already do this 
 * Remove the PDF generation (the HTML version is most likely sufficient) and update GitHub pages accordingly (so there's no dangling or outdated link to the PDF on open.qa)

Back