logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 17d62b2bd74a92b6326823c3081ec5559357c533
parent 89ad499dea85a31e169259ba5a743889349cfaae
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 29 Jun 2019 12:47:36 -0700

Use alpine:3.9 in continuous build for now

3.10 seems to contain a regression in libcurl that occasionally
causes fetch errors.

Diffstat:

M.build.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.build.yml b/.build.yml @@ -1,4 +1,4 @@ -image: alpine/edge +image: alpine/3.9 packages: - bison - libarchive-tools