Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be actually great to specify the default branch, but I think we can followup in the next run.


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