Skip to content

Commit

Permalink
zig: revision
Browse files Browse the repository at this point in the history
* zig uses llvm@13
* zig: add revision line

Closes #104496.

Signed-off-by: Bo Anderson <mail@boanderson.me>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
nektro authored and BrewTestBot committed Jul 6, 2022
1 parent c57dec1 commit 0a0385b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/zig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Zig < Formula
url "https://ziglang.org/download/0.9.1/zig-0.9.1.tar.xz"
sha256 "38cf4e84481f5facc766ba72783e7462e08d6d29a5d47e3b75c8ee3142485210"
license "MIT"
revision 1
head "https://github.com/ziglang/zig.git"

bottle do
Expand All @@ -16,7 +17,7 @@ class Zig < Formula
end

depends_on "cmake" => :build
depends_on "llvm"
depends_on "llvm@13"

fails_with gcc: "5" # LLVM is built with GCC

Expand Down

0 comments on commit 0a0385b

Please sign in to comment.