vagrant: add xxhash for macOS

This commit is contained in:
Thomas Waldmann 2024-03-10 18:37:23 +01:00
parent 0912e1b3e1
commit 41520c2937
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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