Billy O'Neal
fc722d9187
[sentry-native] Remove vcpkg_fail_port_install. (#22765)
* [sentry-native] Remove vcpkg_fail_port_install.
vcpkg.json and portfile.cmake don't agree, but given that vcpkg.json is more restrictive than portfile.cmake, I just deleted the call.
vcpkg.json: !(arm | (arm64 & !osx) | uwp)
portfile.cmake: osx | !(arm32 | arm64 | uwp)
Putting `!(arm | (arm64 & !osx) | uwp)` into DNF:
```
!(arm | (arm64 & !osx) | uwp) given
!arm & !(arm64 & !osx) & !uwp demorgan
!arm & (!arm64 | osx) & !uwp demorgan
(!arm & !uwp & !arm64) | (!arm & !uwp & osx) distribute ands over ors
(!arm32 & !arm64 & !uwp) | (!arm32 & !arm64 & !uwp & osx) definition of arm
(!arm32 & !arm64 & !uwp) | (!arm32 & !arm64 & osx) osx implies uwp
```
Putting `osx | !(arm32 | arm64 | uwp)` into DNF:
```
osx | !(arm32 | arm64 | uwp) given
osx | (!arm32 & !arm64 & !uwp) demorgan
```
(at which point one of the conjunctions is identical and the other is just more conditions on osx)
In support of https://github.com/microsoft/vcpkg/pull/21502
* DNF
* add license
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-01-24 15:14:39 -08:00
..
2021-12-28 18:35:33 -08:00
2022-01-10 13:12:17 -08:00
2021-06-02 15:37:23 -05:00
2022-01-04 19:48:02 -08:00
2021-10-27 15:19:28 -07:00
2021-09-09 01:24:04 -07:00
2021-10-21 22:36:39 -07:00
2021-09-13 20:03:28 -07:00
2021-03-10 13:57:51 -06:00
2021-04-01 10:44:04 -07:00
2021-11-15 08:58:46 -08:00
2021-11-15 08:58:46 -08:00
2021-09-09 01:24:04 -07:00
2021-09-23 17:50:15 -07:00
2022-01-18 12:42:29 -08:00
2021-11-11 13:36:14 -08:00
2022-01-21 11:00:19 -08:00
2022-01-21 11:05:54 -08:00
2021-09-09 01:24:04 -07:00
2022-01-24 15:08:18 -08:00
2021-09-09 01:24:04 -07:00
2022-01-10 13:15:07 -08:00
2021-12-17 13:39:42 -05:00
2021-09-09 01:24:04 -07:00
2021-11-30 15:29:54 -08:00
2021-12-01 19:20:14 -08:00
2021-11-30 15:29:54 -08:00
2021-11-16 10:13:33 -08:00
2021-09-09 01:24:04 -07:00
2021-08-04 13:27:40 -07:00
2021-11-15 16:34:31 -08:00
2022-01-24 15:14:39 -08:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-27 21:01:08 -07:00
2021-07-23 09:04:43 -07:00
2021-04-29 08:22:26 -07:00
2021-11-05 13:02:58 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-11-18 21:28:02 -08:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-11-05 13:03:13 -07:00
2022-01-10 13:18:05 -08:00
2021-10-06 12:50:25 -07:00
2021-11-26 00:59:13 -08:00
2021-09-03 22:16:43 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-11-04 12:59:26 -07:00
2021-12-08 13:56:30 -08:00
2021-11-29 16:59:50 -08:00
2022-01-24 14:58:41 -08:00
2021-06-29 09:13:44 -07:00
2021-09-29 08:35:27 -07:00
2021-07-22 22:15:49 -07:00
2021-09-09 01:24:04 -07:00
2021-11-05 14:25:34 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2022-01-07 14:58:29 -08:00
2022-01-07 14:58:29 -08:00
2021-09-16 10:34:09 -07:00
2021-10-26 23:34:56 -07:00
2021-09-09 01:24:04 -07:00
2021-07-14 12:46:05 -07:00
2021-07-22 22:13:18 -07:00
2021-04-29 13:56:26 -07:00
2021-09-09 01:24:04 -07:00
2021-10-27 15:19:28 -07:00
2021-09-09 01:24:04 -07:00
2021-07-14 12:46:05 -07:00
2022-01-06 13:35:56 -08:00
2021-10-15 19:29:26 -07:00
2021-10-27 15:19:28 -07:00
2021-09-09 01:24:04 -07:00
2021-10-05 16:11:01 -07:00
2021-10-27 15:19:28 -07:00
2021-09-09 01:24:04 -07:00
2021-12-09 18:18:18 -08:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-24 10:47:08 -07:00
2021-11-15 16:34:51 -08:00
2022-01-13 10:52:19 -08:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-11-23 12:15:06 -08:00
2021-04-19 17:09:40 -07:00
2021-05-21 01:18:58 -07:00
2021-08-30 10:20:48 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-12-20 11:34:29 -05:00
2021-12-21 23:12:49 -05:00
2021-09-09 01:24:04 -07:00
2021-12-30 10:28:48 -08:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-11-05 16:08:58 -07:00
2021-11-08 16:09:11 -08:00
2021-08-27 12:50:41 -07:00
2022-01-12 11:59:20 -08:00
2021-12-08 15:43:49 -08:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-11-08 16:14:11 -08:00
2021-10-21 22:37:40 -07:00
2021-09-09 01:24:04 -07:00
2021-09-09 01:24:04 -07:00
2021-10-27 15:19:28 -07:00
2021-01-22 12:25:40 -08:00
2021-10-18 14:31:57 -07:00
2021-10-27 15:19:28 -07:00
2021-11-30 11:52:31 -08:00
2021-10-18 14:25:31 -07:00
2021-06-09 15:17:07 -07:00