File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,8 @@ functions:
84
84
cp ./include/mongocrypt/*.h c:/libmongocrypt/include
85
85
export PATH=$PATH:/cygdrive/c/libmongocrypt/bin
86
86
elif uname -a | grep -q Ubuntu > /dev/null 2>&1; then # Ubuntu
87
- if [ "$(lsb_release -r -s)" = "14.04" ]; then
88
- git clone https://github.com/mongodb/libmongocrypt
89
- ./libmongocrypt/.evergreen/compile.sh
90
- else
91
- sudo sh -c 'curl -s https://www.mongodb.org/static/pgp/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'
92
- echo "deb https://libmongocrypt.s3.amazonaws.com/apt/ubuntu xenial/libmongocrypt/1.0 universe" | sudo tee /etc/apt/sources.list.d/libmongocrypt.list
93
- sudo apt-get update
94
- sudo apt-get install -y libmongocrypt-dev
95
- fi
87
+ git clone https://github.com/mongodb/libmongocrypt
88
+ ./libmongocrypt/.evergreen/compile.sh
96
89
elif uname -a | grep -q Darwin; then
97
90
if [ -f "/Applications/cmake-3.2.2-Darwin-x86_64/CMake.app/Contents/bin/cmake" ]; then
98
91
CMAKE="/Applications/cmake-3.2.2-Darwin-x86_64/CMake.app/Contents/bin/cmake"
You can’t perform that action at this time.
0 commit comments