-
Notifications
You must be signed in to change notification settings - Fork 7.3k
[vcpkg][ci] Fix PASSING entries and add recent =fails #49284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "documentation": "https://doc.dpdk.org/guides/", | ||
| "license": "BSD-3-Clause", | ||
| "supports": "freebsd | linux | (windows & x64)", | ||
| "supports": "freebsd | linux", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the following errors on Windows
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(142): error C2057: expected constant expression
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(142): error C2466: cannot allocate an array of constant size 0
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(142): error C2133: 'xstats_values': unknown size
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(390): error C2057: expected constant expression
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(390): error C2466: cannot allocate an array of constant size 0
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(390): error C2133: 'stat_names': unknown size
| ## | ||
|
|
||
| # Add new items alphabetically | ||
| aeron:arm-neon-android=fail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The supports clause already skips these.
| "homepage": "https://github.com/aeron-io/aeron", | ||
| "license": "Apache-2.0", | ||
| "supports": "(x64 & windows & !uwp & !xbox) | ((x64 | arm64) & !windows & !android)", | ||
| "supports": "!((x86 | arm64) & windows) & !android & !uwp & !xbox", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rewritten to remove nesting
https://dev.azure.com/vcpkg/public/_build/results?buildId=125218&view=logs&j=f1a99d27-903c-5ce5-ab6b-a2a85be7b723&t=0cf19538-6d32-595e-016c-46a2053c87b9