mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-09 21:57:24 +00:00
vagrant: add xxhash for macOS
This commit is contained in:
parent
0912e1b3e1
commit
41520c2937
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -113,7 +113,7 @@ def packages_darwin
|
|||
sudo softwareupdate --install --all
|
||||
which brew || CI=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
brew update > /dev/null
|
||||
brew install pkg-config readline openssl@3.0 zstd lz4 xz
|
||||
brew install pkg-config readline openssl@3.0 zstd lz4 xz xxhash
|
||||
brew install --cask macfuse
|
||||
# brew upgrade # upgrade everything (takes rather long)
|
||||
echo 'export LDFLAGS=-L/usr/local/opt/openssl@3.0/lib' >> ~vagrant/.bash_profile
|
||||
|
|
Loading…
Add table
Reference in a new issue