mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-06 07:50:35 +00:00
Compare commits
1 commit
c0342389b6
...
c6b095a7b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6b095a7b4 |
2 changed files with 9 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
test-bot:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-14, macos-15, macos-26]
|
||||
os: [macos-13, macos-14, macos-15, macos-26]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
|
|
|
|||
|
|
@ -34,12 +34,19 @@ class S3fsMac < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
setup_fuse3
|
||||
setup_fuse
|
||||
system "./autogen.sh"
|
||||
system "./configure", "--with-gnutls", *std_configure_args
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
This is the final version that supports FUSE 2.
|
||||
Further updates require a macOS FUSE 3 implementation.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/s3fs", "--version"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue