File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55FDB_VER=${1}
66
7- sudo apt install python2
7+ sudo apt install python2 libc6 libc6-dev
88wget https://github.com/apple/foundationdb/releases/download/${FDB_VER} /foundationdb-clients_${FDB_VER} -1_amd64.deb
99wget https://github.com/apple/foundationdb/releases/download/${FDB_VER} /foundationdb-server_${FDB_VER} -1_amd64.deb
1010sudo apt install --fix-broken ./foundationdb-clients_${FDB_VER} -1_amd64.deb
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ test-suite tests
244244 build-depends : base >= 4.10 && < 5
245245 , foundationdb-haskell
246246 , async >= 2.2.3 && < 2.3
247- , hspec >= 2.7.8 && < 2.8
247+ , hspec >= 2.7.8 && < 2.12
248248 , bytestring >= 0.10.8.2 && < 0.12
249249 , QuickCheck >= 2.14.2 && < 2.15
250250 , text >= 1.2.3.0 && < 2.1
You can’t perform that action at this time.
0 commit comments