Temporarily use old version of mongodb
See https://jira.mongodb.org/browse/CDRIVER-3541pull/118/head
parent
4e63ee8b36
commit
122141976c
|
@ -1094,6 +1094,12 @@ installPECLModule() {
|
|||
mongodb)
|
||||
if test $1 -le 505; then
|
||||
installPECLModule_actual="$2-1.5.5"
|
||||
else
|
||||
case "$(getDistro)" in
|
||||
alpine)
|
||||
installPECLModule_actual="$2-1.6.0"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
msgpack)
|
||||
|
|
Loading…
Reference in New Issue