File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11class Gluon < Formula
22 desc "Static, type inferred and embeddable language written in Rust"
33 homepage "https://gluon-lang.org"
4+ # TODO: Remove deprecation if new release is available that fixes build
45 url "https://github.com/gluon-lang/gluon/archive/refs/tags/v0.18.2.tar.gz"
56 sha256 "b5f82fecdf56b8b25ed516a023d31bcaf576b2bb3b2aee3e53d6f50ea8f281a3"
67 license "MIT"
@@ -23,6 +24,10 @@ class Gluon < Formula
2324 sha256 cellar : :any_skip_relocation , x86_64_linux : "ba2ee59f07103937ec724410329016ff048f6da389b45b78fca28a63f11c18d1"
2425 end
2526
27+ # Unable to builds functional binaries since Rust 1.81.0.
28+ # Issue ref: https://github.com/gluon-lang/gluon/issues/967
29+ deprecate! date : "2024-11-07" , because : :does_not_build
30+
2631 depends_on "rust" => :build
2732
2833 def install
You can’t perform that action at this time.
0 commit comments