From 700d588e0565d4c145377ccb6c7cd5237fd73231 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 14 Jan 2024 17:49:21 +0100 Subject: [PATCH] Brewfile: don't install osxfuse cask by default. --- Brewfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 031a3c27b..d0ebf1e11 100644 --- a/Brewfile +++ b/Brewfile @@ -3,4 +3,10 @@ brew 'zstd' brew 'lz4' brew 'xxhash' brew 'openssl@1.1' -cask 'osxfuse' # Required for Python llfuse module + +# osxfuse (aka macFUSE) is only required for "borg mount", +# but won't work on github actions' workers. +# it requires installing a kernel extension, so some users +# may want it and some won't. + +#cask 'osxfuse'