mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Update z3 for grisette test suite (lsrcz/grisette#287) (#7677)
This commit is contained in:
parent
4eea80b95a
commit
4765d1e5a1
@ -8579,7 +8579,6 @@ expected-test-failures:
|
||||
- foldl-statistics # https://github.com/data61/foldl-statistics/issues/2
|
||||
- friday # https://github.com/RaphaelJ/friday/issues/37
|
||||
- fsnotify # Often runs out of inotify handles
|
||||
- grisette # 0.11.0.0 https://github.com/lsrcz/grisette/issues/287
|
||||
- hastache
|
||||
- hedn
|
||||
- ihaskell # https://github.com/gibiansky/IHaskell/issues/551
|
||||
|
||||
@ -76,7 +76,7 @@ add-apt-repository "deb https://packages.confluent.io/deb/5.2 stable main"
|
||||
apt-get update && apt install -y librdkafka-dev
|
||||
|
||||
# Install z3, for grisette test suite
|
||||
Z3_VER=4.12.4
|
||||
Z3_VER=4.13.4
|
||||
(
|
||||
cd /usr/local \
|
||||
&& wget https://github.com/Z3Prover/z3/releases/download/z3-${Z3_VER}/z3-${Z3_VER}-x64-glibc-2.35.zip \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user