Skip to content

Conversation

jkoritzinsky
Copy link
Member

R2R composite binaries don't work with binskim. We don't need this on Windows anyway, so don't build it in the first place.

Fixes binskim failures in the unified build.

R2R composite binaries don't work with binskim. We don't need this on Windows anyway, so don't build it in the first place.
@Copilot Copilot AI review requested due to automatic review settings September 18, 2025 21:14
@jkoritzinsky jkoritzinsky requested review from a team and wtgodbe as code owners September 18, 2025 21:14
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR stops building the composite ReadyToRun runtime pack on Windows, as it is not shipped there and causes BinSkim failures. It moves the composite project out of the general project list and conditions its inclusion on non-Windows targets.

  • Remove unconditional inclusion of aspnetcore-runtime-composite.proj from the main DotNetProjects item group
  • Add a separate, OS-gated inclusion for the composite runtime pack
  • Add an explanatory comment clarifying the rationale

@github-actions github-actions bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 18, 2025
@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Sep 25, 2025
@wtgodbe wtgodbe merged commit 30bb66a into main Sep 25, 2025
31 checks passed
@wtgodbe wtgodbe deleted the no-composite-win branch September 25, 2025 22:55
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants