summaryrefslogtreecommitdiff
path: root/.builds/alpine-edge.yml
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-06-22 12:25:59 +0200
committerRobin Jarry <robin@jarry.cc>2022-06-24 21:08:21 +0200
commitdbc5bb41a51be1433813761e5cc8221e06b89229 (patch)
treeee5acac8c3e7a5f7268b7e6f98fe2ed42fe8974d /.builds/alpine-edge.yml
parentd5e278e5ffa772238728e4c874bf9568bb0d18e1 (diff)
downloadaerc-dbc5bb41a51be1433813761e5cc8221e06b89229.zip
ci: slim down CI Pipeline
Since the totality of sourcehut only has 4 CI slots at the moment, slim the CI pipeline down to the lowest common denominator: Linux (alpine-edge) - GNU make - latest Go version - Go1.13 OpenBSD - BSD make - latest available Go Version (currently lagging behind 1 version) We might also want to consider changing OpenBSD to FreeBSD as to my knowledge FreeBSD is the more common Home-Computer-Version of BSD instead of OpenBSD which is mainly used for servers. (please don't lynch me, dear 3 OpenBSD people) Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to '.builds/alpine-edge.yml')
-rw-r--r--.builds/alpine-edge.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml
index c6424a6..ad9b8af 100644
--- a/.builds/alpine-edge.yml
+++ b/.builds/alpine-edge.yml
@@ -24,3 +24,7 @@ tasks:
- test: |
cd aerc
go test ./...
+ - ancient-go-version: |
+ go install golang.org/dl/go1.13@latest
+ ~/go/bin/go1.13 download
+ make GO=~/go/bin/go1.13