This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch remove_foundationdb
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git

commit ebface2d79bc1a538762a7aa98a1fe9713ddd59d
Author: Robert Newson <[email protected]>
AuthorDate: Sat Mar 25 17:09:56 2023 +0000

    Remove foundationdb bits
---
 bin/apt-dependencies.sh | 10 ----------
 bin/pkg-dependencies.sh |  4 ----
 bin/yum-dependencies.sh | 11 -----------
 3 files changed, 25 deletions(-)

diff --git a/bin/apt-dependencies.sh b/bin/apt-dependencies.sh
index a1b611a..29ce2b8 100755
--- a/bin/apt-dependencies.sh
+++ b/bin/apt-dependencies.sh
@@ -180,15 +180,5 @@ fi
 
 # Erlang is installed by apt-erlang.sh
 
-# FoundationDB - but only for amd64 right now!!!!
-if [ "${ARCH}" == "x86_64" ]; then
-  wget 
https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb
-  wget 
https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-server_6.3.23-1_amd64.deb
-  dpkg -i ./foundationdb*deb
-  pkill -f fdb || true
-  pkill -f foundation || true
-  rm -rf ./foundationdb*deb
-fi
-
 # clean up
 apt-get clean
diff --git a/bin/pkg-dependencies.sh b/bin/pkg-dependencies.sh
index 4f087ec..8878a96 100755
--- a/bin/pkg-dependencies.sh
+++ b/bin/pkg-dependencies.sh
@@ -56,8 +56,4 @@ else
   pkg install -y libffi autotools
 fi
 
-# FoundationDB
-pkg install -y foundationdb foundationdb-devel
-
 # Erlang is installed by pkg-erlang.sh
-
diff --git a/bin/yum-dependencies.sh b/bin/yum-dependencies.sh
index 81f5fff..ee19893 100755
--- a/bin/yum-dependencies.sh
+++ b/bin/yum-dependencies.sh
@@ -169,16 +169,5 @@ else
   yum install -y libffi-devel
 fi
 
-# FoundationDB - but only for amd64 right now!!!!
-if [ "${ARCH}" == "x86_64" ]; then
-  wget 
https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients-6.3.23-1.el7.x86_64.rpm
-  wget 
https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-server-6.3.23-1.el7.x86_64.rpm
-  # Buggy FoundationDB packages require this workaround
-  rpm -i --nodeps ./foundationdb*rpm
-  pkill -f fdb || true
-  pkill -f foundation || true
-  rm -rf ./foundationdb*rpm
-fi
-
 # clean up
 yum clean all -y

Reply via email to