[ci] Update macOS to 11#17376
Conversation
|
there are not just regressions, but a lot of "CASCADED_DUE_TO_MISSING_DEPENDENCIES". Is it possible that they are due to just those 5 regressed ports? |
963daf6 to
8e80b9a
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Billy also set the related triplets as fail in ci.baseline.txt in PR #17331. |
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.
the Vagrantfile for the final VM will only download the azure pipeline stuff this allows us to keep the versions of brew applications stable
081d238 to
8e34441
Compare
| if ([String]::IsNullOrEmpty($MachineId)) { | ||
| $hostname = hostname -s | ||
| if ($hostname -match '^VCPKGMM-([0-9]{2})$') { | ||
| $MachineId = $matches[1] | ||
| } else { | ||
| Write-Error "Hostname ($hostname) does not match the expected format (VCPKGMM-NN). Please pass -MachineId in order to give the VM a number." | ||
| } | ||
| } | ||
|
|
| } else { | ||
| throw '~/vagrant/vcpkg-eg-mac already exists; try re-running with -Force' | ||
| vagrant destroy -f | ||
| Remove-Item -Recurse -Force -LiteralPath '~/vagrant/vcpkg-eg-mac' | Out-Null |
There was a problem hiding this comment.
Is there ever any concern about this following symlinks or mount points or something and deleting the underlying base box?
Asking for a friend 🤣
There was a problem hiding this comment.
there is not, because it removes vagrant/vcpkg-eg-mac, never vagrant itself.
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Other failures caused by |
…when the system cmake version doesn't match the one deployed by vcpkg.
Major new things:
Minor new things: