dev:ci: update notes

This commit is contained in:
Simon Michael 2023-09-12 08:49:04 +01:00
parent 7582460e50
commit 0860bff057
3 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,8 @@
# Produces optimised static x64 linux binaries,
# using the GHC version below (9.0.2) and cabal.
# Currently runs no tests.
# ghc 9.0 is used to avoid segfaults with the ghc 9.2 binaries on alpine, possibly https://gitlab.haskell.org/ghc/ghc/-/issues/20266
# Currently using ghc 9.0 to avoid segfaults with the ghc 9.2 binaries on alpine,
# possibly https://gitlab.haskell.org/ghc/ghc/-/issues/20266
name: binaries-linux-x64-static

View File

@ -22,7 +22,8 @@ jobs:
# XXX func tests in bin should be run only with GHC 8.10 for now (see shelltest below) (?)
# - { ghc: "90" , stack: "stack --stack-yaml=stack9.0.yaml" }
# - { ghc: "92" , stack: "stack --stack-yaml=stack9.2.yaml" }
- { ghc: "94" , stack: "stack --stack-yaml=stack.yaml" }
# - { ghc: "94" , stack: "stack --stack-yaml=stack9.4.yaml" }
- { ghc: "96" , stack: "stack --stack-yaml=stack.yaml" }
steps:

View File

@ -2,7 +2,8 @@
# Produces optimised windows binaries,
# using the default stack.yaml's GHC version.
# Currently runs no tests.
# Temporarily using nightly-2023-04-24 (ghc-9.4.4) to avoid https://gitlab.haskell.org/ghc/ghc/-/issues/23309
# Currently using nightly-2023-04-24 (ghc-9.4) to avoid ghc 9.4.5/9.6 windows bugs
# ( https://gitlab.haskell.org/ghc/ghc/-/issues/23309 , https://gitlab.haskell.org/ghc/ghc/-/issues/23378 )
name: binaries-windows-x64