Skip to content

Commit e7460d1

Browse files
committed
gluon: deprecate as unable to build since Rust 1.81.0 (2024-09-05)
1 parent dc51ec9 commit e7460d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Formula/g/gluon.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class 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

0 commit comments

Comments
 (0)