diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mongodb.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 16299c086..d275f5b63 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -26,6 +26,8 @@ class Mongodb < Formula end devel do + # This can't be bumped past 2.7.7 until we decide what to do with + # https://github.com/Homebrew/homebrew/pull/33652 url "https://fastdl.mongodb.org/src/mongodb-src-r2.7.7.tar.gz" sha1 "ce223f5793bdf5b3e1420b0ede2f2403e9f94e5a" @@ -37,9 +39,6 @@ class Mongodb < Formula end end - # HEAD is currently failing. See https://jira.mongodb.org/browse/SERVER-15555 - head "https://github.com/mongodb/mongo.git" - option "with-boost", "Compile using installed boost, not the version shipped with mongodb" depends_on "boost" => :optional |
