Skip to content

Commit

Permalink
grv: deprecate/disable
Browse files Browse the repository at this point in the history
grv has not built for a while, and this causes CI issues with every go
version bump.

This was reported at rgburke/grv#107.

I've set the disable date for one year from the upstream report.
  • Loading branch information
carlocab committed Jan 23, 2021
1 parent 1520434 commit cdb88c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/grv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ class Grv < Formula
sha256 "19f2e8bedb458d0b339160b275e196add00abcca7db92ba141aaccae255bb973" => :sierra
end

# Reported upstream at
# https://github.com/rgburke/grv/issues/107
disable! date: "2021-08-11", because: :does_not_build

depends_on "cmake" => :build
depends_on "go" => :build
depends_on "pkg-config" => :build
Expand Down

0 comments on commit cdb88c4

Please sign in to comment.