vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.json
nicole mazzuca 47c5701747
[macos ci] 2022-02-04 update (#22942)
* add moar ram (no PR)

* Provision autoconf-archive on osx (PR #22872)

* [mpfr] Support Linux and OSX (PR #22845)

* VM software versions

* fix minor schema bug

* update pool

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-02-09 13:25:57 -08:00

24 lines
339 B
JSON

{
"$schema": "./vagrant-box-configuration.schema.json",
"brew": [
"autoconf",
"autoconf-archive",
"automake",
"bison",
"gettext",
"gfortran",
"gperf",
"gtk-doc",
"libtool",
"meson",
"mono",
"nasm",
"pkg-config",
"texinfo",
"yasm"
],
"brew-cask": [
"powershell"
]
}