rust: remove checks for old compilers.
This commit is contained in:
parent
d4cfb35517
commit
dfa590c0f5
1 changed files with 0 additions and 6 deletions
|
@ -44,12 +44,6 @@ class Rust < Formula
|
|||
depends_on "openssl"
|
||||
depends_on "pkg-config"
|
||||
|
||||
# According to the official readme, GCC 4.7+ is required
|
||||
fails_with :gcc_4_2
|
||||
("4.3".."4.6").each do |n|
|
||||
fails_with :gcc => n
|
||||
end
|
||||
|
||||
resource "cargobootstrap" do
|
||||
# From https://github.com/rust-lang/rust/blob/#{version}/src/stage0.txt
|
||||
url "https://static.rust-lang.org/dist/2018-12-20/cargo-0.32.0-x86_64-apple-darwin.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue