vagrant: darwin64 box: install openssl after xxhash

otherwise a openssl build error might manifest in complaints about xxhash not being installed.
This commit is contained in:
Thomas Waldmann 2023-06-10 16:54:08 +02:00
parent 47df6f5a5d
commit 45e00f9df8
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

@ -111,7 +111,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@1.1 xxhash zstd lz4 xz
brew install pkg-config readline xxhash zstd lz4 xz openssl@1.1
brew install --cask macfuse
# brew upgrade # upgrade everything (takes rather long)
echo 'export PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig' >> ~vagrant/.bash_profile