Andrew Gallant
13d77ab646
ci: update to GITHUB_ENV
...
Apparently ::set-env has been completely disabled. Sigh.
2020-11-16 19:17:36 -05:00
Taiki Endo
59644d4592
ci: install cross from crates.io
...
A new release of cross has been put out, so we
no longer need to install it from git.
PR #1728
2020-11-09 07:25:41 -05:00
Chayoung You
16a1221fc7
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
2020-05-08 23:24:40 -04:00
Andrew Gallant
40af352d74
github: add necessary metadata
2020-04-14 16:28:09 -04:00
Andrew Gallant
3f1d4b397d
github: switch to new issue template format
...
And also point folks toward Discussions.
2020-04-14 16:23:47 -04:00
Andrew Gallant
49de7b119c
ci: disable man page check
...
It appears to be intermittently failing. Specifically, a2x seems to be
failing occasionally with no apparent reason why. The error message it
gives is inscrutable. Sigh.
2020-04-01 21:18:04 -04:00
Andrew Gallant
5b6ca04e39
ci: upgrade to actions/checkout@v2
...
In particular, this appears to fix an extremely annoying bug that was
causing PR builds to fail if they were re-run.
For more details:
https://github.com/actions/checkout/issues/23#issuecomment-572688577
2020-03-30 17:09:41 -04:00
Andrew Gallant
3193d57ac1
ci: attempt to fix CI
...
It looks like a2x isn't working, so take a shot at fixing it.
2020-03-28 21:36:29 -04:00
Andrew Gallant
031264e5fb
ci: tweak release name
...
This is consistent with prior releases.
2020-03-15 22:07:22 -04:00
Andrew Gallant
b9cd95faf1
release: 12.0.0, take 2
2020-03-15 21:54:11 -04:00
Andrew Gallant
52ec68799c
ci: make script names consistent
2020-03-15 21:06:45 -04:00
Andrew Gallant
cda9acb876
ci: rebuild release infrastructure on GitHub Actions
2020-03-15 21:06:45 -04:00
pierreN
5bfdd3a652
ci: fix ci by removing fetch-depth 1
...
It's not clear why removing this makes things work. I've submitted
PRs that passed CI with fetch-depth=1. Maybe it only fails when
PRs are submitted from external contributors?
Either way, for now, we remove this and absorb the extra cost in
order to get PRs passing CI again.
PR #1501
2020-02-27 08:53:06 -05:00
Andrew Gallant
da3431b478
ci: switch build to GitHub Actions
2020-02-20 16:07:51 -05:00
Andrew Gallant
0fb3f6a159
ci: disable github actions for now
...
The CI build failures are annoying and distracting. Hopefully soon I'll
be able to invest more time in the switch.
2020-01-10 15:07:47 -05:00
Jonathan Clem
8cb7271b64
ci: get GitHub Actions running again
...
Basically, matrix.os needs to be defined for every build. We
were commenting out some of the builds in order to debug
CI in the `include` section, but we also need to comment them
out in the `build section.
2019-09-11 09:08:24 -04:00
Andrew Gallant
4858267f3b
ci: initial github actions config
2019-08-31 09:24:44 -04:00