Skip to content

Fix intermediate runtime dependency#18586

Merged
lewing merged 1 commit intodotnet:mainfrom
ellahathaway:runtime-fix
Feb 9, 2024
Merged

Fix intermediate runtime dependency#18586
lewing merged 1 commit intodotnet:mainfrom
ellahathaway:runtime-fix

Conversation

@ellahathaway
Copy link
Member

Runtime intermediate is needs .linux-x64. This was missed in #18511

@lewing lewing merged commit 3ccfccc into dotnet:main Feb 9, 2024
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime" Version="9.0.0-preview.2.24080.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime.linux-x64" Version="9.0.0-preview.2.24080.1" CoherentParentDependency="Microsoft.NET.Sdk">
Copy link
Member

Choose a reason for hiding this comment

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

This is the one drawback to explicitly declaring the intermediates. They are no longer platform portable. In practice this is a non-issue because the SB CI legs only run on linux-x64. @ellahathaway - could you update the SB issue with this callout?

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