haskell / haskell/haskell-language-server

Move CircleCI to GitHub Actions

Open
#4,373 1 comment 1 reaction 1 assignee Claimed by @fendor View on GitHub
CI type: enhancement
Dominant language
Haskell
Stars
3k
Forks
455
Avg merge
2d 19h
Merged PRs (30d)
11

Description

CircleCI has been tagging along for quite some time now. But it did cause a couple of issues, for example in #4282.

There is no apparent reason why we might want to have a separate CI for stack and cabal, so we should unify the CI and use only GitHub action.

A potential disadvantage is that the additional stack jobs might overspill our CI cache limit.

The cache sizein CircleCI is currently:
```
Found a cache from build 67987 at v4-stack-cache-arch1-linux-amd64-6_85-stackage-nightly-9H4jA_vWfu4DX2U+oJlCNgYnwmWpFeeSs1ich4bwKTc=
Size: 686 MiB
Cached paths:
* /root/.stack
```

and
```
Found a cache from build 67986 at v4-stack-cache-arch1-linux-amd64-6_85-stackage-lts22-uMKE535wPCuBR3jwBD8F3A7WLxI4RRRP_JyQHhniH1w=
Size: 675 MiB
Cached paths:
* /root/.stack
```

That's definitely too much for our 10GB limit.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.