Skip to content

Commit

Permalink
direct install of fuse-t instead of using homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Apr 4, 2024
1 parent f66fa06 commit 128a43c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
os: [macos-latest, macos-11]
steps:
- uses: actions/checkout@v2
- uses: Homebrew/actions/setup-homebrew@master
- uses: ./
with:
cvmfs_repositories: 'sft.cern.ch'
Expand Down
6 changes: 4 additions & 2 deletions setup-cvmfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ elif [ "$(uname)" == "Darwin" ]; then
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
export CVMFS_HTTP_PROXY='DIRECT'
fi
brew tap macos-fuse-t/homebrew-cask
brew install fuse-t

wget -q https://github.com/macos-fuse-t/fuse-t/releases/download/1.0.36/fuse-t-macos-installer-1.0.36.pkg
sudo installer -pkg fuse-t-macos-installer-1.0.36.pkg -target /

curl -L -o cvmfs-latest.pkg ${CVMFS_MACOS_PKG_LOCATION}
sudo installer -package cvmfs-latest.pkg -target /
# / is readonly on macos 11+ - do 'synthetic firmlink' to create /cvmfs
Expand Down

0 comments on commit 128a43c

Please sign in to comment.