Billy O'Neal 485e459074
[bullet3] Remove vcpkg_fail_port_install. (#22729)
* [bullet3] Remove vcpkg_fail_port_install.

The supports expression and the portfile.cmake disagreed.

Supports: !((windows | linux) & (arm | uwp))
Portfile: osx | !(arm | arm64 | uwp)

If we demorgan the supports expression we get something closer to the portfile:
!(windows | linux) | !(arm | uwp)

If we take "!(windows | linux)" to mean that the author meant "osx", and assume arm64 implies arm, we end up with:

osx | !(arm | uwp)

In support of: https://github.com/microsoft/vcpkg/pull/21502

* Also remove ci.baseline.txt entries now covered by vcpkg.json.
2022-01-23 22:43:39 -08:00
..
2021-08-25 20:33:40 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-11-29 16:52:16 -08:00
2021-12-01 19:22:31 -08:00
2021-11-29 17:02:49 -08:00
2022-01-04 19:58:12 -08:00
2022-01-10 11:47:12 -08:00
2022-01-06 16:09:29 -08:00
2021-12-16 22:45:25 -08:00
2021-05-13 11:07:01 -07:00
2021-07-01 10:14:42 -07:00