Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Run IBCMerge on Linux build#36924

Merged
MichalStrehovsky merged 1 commit into
dotnet:masterfrom
MichalStrehovsky:revertRevert
Apr 17, 2019
Merged

Run IBCMerge on Linux build#36924
MichalStrehovsky merged 1 commit into
dotnet:masterfrom
MichalStrehovsky:revertRevert

Conversation

@MichalStrehovsky
Copy link
Copy Markdown
Member

This reverts commit 8e84331.

@ViktorHofer
Copy link
Copy Markdown
Member

Queued an additional official build: https://dev.azure.com/dnceng/internal/_build/results?buildId=157533

Comment thread Directory.Build.props
<!-- Embed IBC data on Windows release builds, if IBCMerge isn't available this will just log the commandline -->
<EnablePartialNgenOptimization Condition="'$(EnablePartialNgenOptimization)' == '' and '$(OS)' == 'Windows_NT' and '$(ConfigurationGroup)' == 'Release'">true</EnablePartialNgenOptimization>
<!-- Embed IBC data on release builds, if IBCMerge isn't available this will just log the commandline -->
<EnablePartialNgenOptimization Condition="'$(EnablePartialNgenOptimization)' == '' and '$(ConfigurationGroup)' == 'Release'">true</EnablePartialNgenOptimization>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@MichalStrehovsky, were you also planning to switch this to full NGEN and then mark individual assemblies as partial in core-setup?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It's doing full NGen since #36450. EnablePartialNGenOptimization wasn't doing anything since dotnet/arcade#2198 (the way it evaluates EnablePartialNGenOptimization makes that a no-op in CoreFX). I'll rename this property a subsequent pull request.

@MichalStrehovsky MichalStrehovsky merged commit f9f88bd into dotnet:master Apr 17, 2019
@MichalStrehovsky MichalStrehovsky deleted the revertRevert branch April 17, 2019 04:47
@karelz karelz added this to the 3.0 milestone May 4, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants