Nightly: use solver --update-config
This commit is contained in:
parent
58119d90cc
commit
fc9d45aa33
@ -152,6 +152,13 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
|
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
|
||||||
- if [ -f configure.ac ]; then autoreconf -i; fi
|
- if [ -f configure.ac ]; then autoreconf -i; fi
|
||||||
|
- |
|
||||||
|
set -ex
|
||||||
|
if [ "$RESOLVER" = "--resolver nightly" ]
|
||||||
|
then
|
||||||
|
stack $RESOLVER solver --update-config
|
||||||
|
fi
|
||||||
|
set +ex
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user