Skip to content

Conversation

BillyONeal
BillyONeal previously approved these changes Jan 7, 2026
@BillyONeal BillyONeal changed the title [vcpkg][ci] Fix PASSING entries [vcpkg][ci] Fix PASSING entries and add recent =fails Jan 9, 2026
@vicroms vicroms reopened this Jan 15, 2026
"documentation": "https://doc.dpdk.org/guides/",
"license": "BSD-3-Clause",
"supports": "freebsd | linux | (windows & x64)",
"supports": "freebsd | linux",
Copy link
Member Author

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
Copy link
Member Author

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",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rewritten to remove nesting

@BillyONeal BillyONeal merged commit 8a21ce9 into microsoft:master Jan 16, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants