mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 06:23:51 +08:00
e6cabdece5
* start 2021-04-16 process Major new things: * update to macOS Big Sur (11.*) * switch from VirtualBox to Parallels due to ^ (and also ARM) Minor new things: * update from xcode CLT 12 to 12.4 This PR includes new stuff for creating the base box for parallels. Still to do: using the new box type. * update the vagrantfile stuff * link the CI to the new version * modify how macOS boxes are made the Vagrantfile for the final VM will only download the azure pipeline stuff this allows us to keep the versions of brew applications stable * fix cpus and memory * add vagrant plugins to installables * Skip cppgraphqlgen ICE. * [sdformat6] Remove unneeded include(FindBoost) which causes problems when the system cmake version doesn't match the one deployed by vcpkg. * switch to dmg for installing osxfuse/sshfs * Set cores to 11 (leaving 1 thread for host) Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"$schema": "./installables.schema.json",
|
|
|
|
"Applications": [
|
|
{
|
|
"Name": "vagrant",
|
|
"VersionCommand": [ "vagrant", "-v" ],
|
|
"VersionRegex": "Vagrant (.*)",
|
|
"Version": "2.2.15",
|
|
"DmgUrl": "https://releases.hashicorp.com/vagrant/2.2.15/vagrant_2.2.15_x86_64.dmg",
|
|
"Sha256": "5C2B290C4FA2371E255C56B1E96DED3D0C838D54CB7F0E8E6CF154E9F206A20E",
|
|
"InstallerPath": "vagrant.pkg"
|
|
},
|
|
{
|
|
"Name": "osxfuse",
|
|
"VersionCommand": [ "cat", "/Library/Filesystems/macfuse.fs/Contents/version.plist" ],
|
|
"VersionRegex": "<key>CFBundleVersion</key>[\\n\\t ]*<string>([0-9.]+)</string>",
|
|
"Version": "4.1.0",
|
|
"DmgUrl": "https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.0/macfuse-4.1.0.dmg",
|
|
"Sha256": "3CB6A49406FD036C50EF1B4AD717A377F4DCF182811BDE172D69F1C289791085",
|
|
"InstallerPath": "Install macFUSE.pkg"
|
|
},
|
|
{
|
|
"Name": "sshfs",
|
|
"VersionCommand": [ "sshfs", "--version" ],
|
|
"VersionRegex": "SSHFS version [0-9.]* \\(OSXFUSE SSHFS (.*)\\)",
|
|
"Version": "2.5.0",
|
|
"PkgUrl": "https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-2.5.0/sshfs-2.5.0.pkg",
|
|
"Sha256": "F8F4F71814273EA42DBE6CD92199F7CFF418571FFD1B10C0608878D3472D2162"
|
|
}
|
|
],
|
|
"Brew": [
|
|
],
|
|
"VagrantPlugins": [
|
|
{
|
|
"Name": "vagrant-parallels",
|
|
"Version": "2.2.1"
|
|
}
|
|
]
|
|
}
|