dev:ci: update notes
This commit is contained in:
parent
7582460e50
commit
0860bff057
@ -2,7 +2,8 @@
|
|||||||
# Produces optimised static x64 linux binaries,
|
# Produces optimised static x64 linux binaries,
|
||||||
# using the GHC version below (9.0.2) and cabal.
|
# using the GHC version below (9.0.2) and cabal.
|
||||||
# Currently runs no tests.
|
# 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
|
name: binaries-linux-x64-static
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/binaries-mac-x64.yml
vendored
3
.github/workflows/binaries-mac-x64.yml
vendored
@ -22,7 +22,8 @@ jobs:
|
|||||||
# XXX func tests in bin should be run only with GHC 8.10 for now (see shelltest below) (?)
|
# 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: "90" , stack: "stack --stack-yaml=stack9.0.yaml" }
|
||||||
# - { ghc: "92" , stack: "stack --stack-yaml=stack9.2.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:
|
steps:
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/binaries-windows-x64.yml
vendored
3
.github/workflows/binaries-windows-x64.yml
vendored
@ -2,7 +2,8 @@
|
|||||||
# Produces optimised windows binaries,
|
# Produces optimised windows binaries,
|
||||||
# using the default stack.yaml's GHC version.
|
# using the default stack.yaml's GHC version.
|
||||||
# Currently runs no tests.
|
# 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
|
name: binaries-windows-x64
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user