mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Prebuild haskell-src-exts
This commit is contained in:
parent
2805f81e90
commit
9d0d715894
@ -71,6 +71,9 @@ install:
|
||||
set -ex
|
||||
case "$BUILD" in
|
||||
stack)
|
||||
# Avoid an out-of-memory condition
|
||||
stack --no-terminal --install-ghc $ARGS build haskell-src-exts
|
||||
|
||||
stack --no-terminal --install-ghc $ARGS test --bench --only-dependencies
|
||||
;;
|
||||
cabal)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user