haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.72k stars 368 forks source link

Prepare release 2.10.0.0 #4448

Open fendor opened 2 weeks ago

fendor commented 2 weeks ago

In addition to the normal release checklist, we are updating the release CI to run some jobs on the customer runner provided by maerwald.

wz1000 commented 2 weeks ago

Very nice work with CI, I wonder if we should have some script like https://gitlab.haskell.org/ghc/ghc/-/blob/master/.gitlab/generate-ci/gen_ci.hs?ref_type=heads to generate our increasingly unmanagable release CI configuration.

fendor commented 2 weeks ago

I am afraid, CI is still incorrect in some way, https://github.com/haskell/haskell-language-server/pull/4448/files#diff-e426ed45842837026e10e66af23d9c7077e89eacbe6958ce7cb991130ad05adaR235 requires ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true, which is likely to break when November ends. Also, perhaps we don't even need the custom runner for this release if this workaround is still around...