aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2014-11-08 22:38:49 +0000
committerMike McQuaid2014-11-09 16:12:56 +0000
commitb09b36031f258069927ae88f1d69db08a8945321 (patch)
treef2c6cbf69627e034f176d93a3a4684bf841318f1 /Library
parent38bf81f615d8ae15d70866a77a080d156814897a (diff)
downloadhomebrew-b09b36031f258069927ae88f1d69db08a8945321.tar.bz2
mongodb: devel cap
Adds an explanation of why we can’t proceed beyond 2.7.7 on the devel build until we decide what to do with #33652. Removes the HEAD for the reason that is it completely non-functional until that point, and has been for a while. Closes #34024. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mongodb.rb5
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