mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-02 14:20:25 +01:00
Prebuild haskell-src-exts
This commit is contained in:
parent
2805f81e90
commit
9d0d715894
@ -71,6 +71,9 @@ install:
|
|||||||
set -ex
|
set -ex
|
||||||
case "$BUILD" in
|
case "$BUILD" in
|
||||||
stack)
|
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
|
stack --no-terminal --install-ghc $ARGS test --bench --only-dependencies
|
||||||
;;
|
;;
|
||||||
cabal)
|
cabal)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user