Skip to content

Commit

Permalink
hardlink-osx: disable formula (#67351)
Browse files Browse the repository at this point in the history
See #66360 (comment)
for discussion
  • Loading branch information
mitchblank authored Dec 21, 2020
1 parent 171c7c8 commit 56e809e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/hardlink-osx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class HardlinkOsx < Formula
sha256 "2ebdf76a67f7c63614d581963d92d79de15cf834b7e3857c139f474db71aab73" => :mavericks
end

# https://github.com/selkhateeb/hardlink/issues/31
disable! date: "2020-12-21", because: "doesn't work under APFS, using on HFS+ can cause data loss after conversion"

def install
system "make"
bin.mkdir
Expand Down

0 comments on commit 56e809e

Please sign in to comment.