summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChayoung You <yousbe@gmail.com>2020-04-06 22:05:17 +0900
committerAndrew Gallant <jamslam@gmail.com>2020-05-08 23:24:40 -0400
commit16a1221fc70d586a07bd0421722635c61df525be (patch)
tree611f5a62193657edf7eef8b895e99e863e7f3a22 /.github
parent793c1179ccd7e755d635beee8be5c1e2202d404b (diff)
doc: use asciidoctor instead of a2x
AsciiDoc development is continued under asciidoctor. See https://github.com/asciidoc/asciidoc. We do however fallback to a2x if asciidoctor is not present. This is to ease migration, but at some point, it's likely that support for a2x will be dropped. Originally reported downstream: https://github.com/Homebrew/linuxbrew-core/issues/19885 Closes #1544
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3bdcd645..eee64bd7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,8 +19,6 @@ jobs:
TARGET_DIR: ./target
# Emit backtraces on panics.
RUST_BACKTRACE: 1
- # Apparently needed to use a2x on macOS.
- XML_CATALOG_FILES: /usr/local/etc/xml/catalog
runs-on: ${{ matrix.os }}
strategy:
matrix:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 86719c03..d687d824 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -75,8 +75,6 @@ jobs:
RUST_BACKTRACE: 1
# Build static releases with PCRE2.
PCRE2_SYS_STATIC: 1
- # Apparently needed to use a2x on macOS.
- XML_CATALOG_FILES: /usr/local/etc/xml/catalog
strategy:
matrix:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]