Skip to content

Commit

Permalink
zig: remove odie (#112225)
Browse files Browse the repository at this point in the history
This was fixed in #112154.
  • Loading branch information
carlocab authored Oct 3, 2022
1 parent 265b4e1 commit 125e81a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/zig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Zig < Formula
fails_with gcc: "5" # LLVM is built with GCC

def install
odie "HEAD installs of `zig` are broken until ziglang/zig#12923 is resolved!" if build.head?
system "cmake", "-S", ".", "-B", "build", "-DZIG_STATIC_LLVM=ON", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
Expand Down

0 comments on commit 125e81a

Please sign in to comment.