diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2021-04-29 07:39:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 07:39:04 -0700 |
| commit | e6cabdece52f3ffc21cf1101b2c72275cac9dbba (patch) | |
| tree | 757887f241188668314ec51f62bfb2de6b2419a2 /scripts/ci.baseline.txt | |
| parent | 326eabc1917c45d24ee71044cf98b9d1b051cbc6 (diff) | |
| download | vcpkg-e6cabdece52f3ffc21cf1101b2c72275cac9dbba.tar.gz vcpkg-e6cabdece52f3ffc21cf1101b2c72275cac9dbba.zip | |
[ci] Update macOS to 11 (#17376)
* 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>
Diffstat (limited to 'scripts/ci.baseline.txt')
| -rw-r--r-- | scripts/ci.baseline.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index f0b12d494..08e0fb086 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1834,3 +1834,6 @@ wangle:x64-windows-static-md=fail # See https://developercommunity.visualstudio.com/t/Toolset-169-regression-vcxproj-producin/1356639 dimcli:x64-windows-static-md=fail dimcli:x64-windows-static=fail + +# cppgraphqlgen triggers an ICE on Apple Clang that comes with MacOS 11. +cppgraphqlgen:x64-osx=fail |
