[Git][NTPsec/ntpsec][2022a17-asciidoc3] CI: Update asciidoc3 version for Fedora runner w/ Python >=3.10
James Browning (@jamesb_fe80)
gitlab at mg.gitlab.com
Mon Jan 17 22:51:47 UTC 2022
James Browning pushed to branch 2022a17-asciidoc3 at NTPsec / ntpsec
Commits:
ab11c644 by James Browning at 2022-01-17T14:49:50-08:00
CI: Update asciidoc3 version for Fedora runner w/ Python >=3.10
Asciidoc 3.2.0 truncates Python minor to one digit breaking the
runner testng asciidoc3. Bump asciidoc3 version rather than waiting
for Python 3.50 or 4.0 to hit production.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -70,9 +70,10 @@ AsciiDoc-3-Fedora:
name: fedora
entrypoint: [ '/bin/bash', '-c' ]
script:
- - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel wget unzip libxslt docbook-style-xsl
- - wget https://asciidoc3.org/asciidoc3-3.2.0.zip
- - unzip asciidoc3-3.2.0.zip -d asciidoc3
+ - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel wget libxslt docbook-style-xsl
+ - mkdir asciidoc3
+ - wget https://asciidoc3.org/asciidoc3-3.2.3.tar.gz
+ - tar -xpvf asciidoc3-3.2.3.tar.gz -C asciidoc3
- ln -sv a2x3.py asciidoc3/a2x3
- ln -sv asciidoc3.py asciidoc3/asciidoc3
- asciidoc3/asciidoc3 --version || echo -n
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/ab11c6446b724f3dd71138c688ccc7e14bb21662
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/ab11c6446b724f3dd71138c688ccc7e14bb21662
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20220117/5bbe2677/attachment.htm>
More information about the vc
mailing list