We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea5610 commit 3ae467dCopy full SHA for 3ae467d
ci/install-deps.sh
@@ -7,8 +7,8 @@ FDB_VER=${1}
7
sudo apt install python2
8
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb
9
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-server_${FDB_VER}-1_amd64.deb
10
-sudo apt install ./foundationdb-clients_${FDB_VER}-1_amd64.deb
+sudo apt install --fix-broken ./foundationdb-clients_${FDB_VER}-1_amd64.deb
11
# 6.3.x seems to require us to make this directory
12
sudo mkdir -p /var/lib/foundationdb/data
13
-sudo apt install ./foundationdb-server_${FDB_VER}-1_amd64.deb
+sudo apt install --fix-broken ./foundationdb-server_${FDB_VER}-1_amd64.deb
14
sudo apt-get install c2hs
0 commit comments