node: remove checks for old compilers.
This commit is contained in:
parent
d2f512c50e
commit
48a2be245b
1 changed files with 0 additions and 7 deletions
|
@ -16,13 +16,6 @@ class Node < Formula
|
|||
depends_on "python@2" => :build
|
||||
depends_on "icu4c"
|
||||
|
||||
# Per upstream - "Need g++ 4.8 or clang++ 3.4".
|
||||
fails_with :clang if MacOS.version <= :snow_leopard
|
||||
fails_with :gcc_4_2
|
||||
("4.3".."4.7").each do |n|
|
||||
fails_with :gcc => n
|
||||
end
|
||||
|
||||
# We track major/minor from upstream Node releases.
|
||||
# We will accept *important* npm patch releases when necessary.
|
||||
resource "npm" do
|
||||
|
|
Loading…
Reference in a new issue