Skip to content

Commit

Permalink
Compile System.Private.CoreLib with Crossgen2 by default, take 2
Browse files Browse the repository at this point in the history
After Bruce's and JanK's fixes I'm no longer able to repro the
previously observed failures in libraries tests locally so I'm
switching back to lab testing; I plan to run several rounds of
PR and outerloop tests to increase my confidence in the change.

Thanks

Tomas
  • Loading branch information
trylek committed Jan 4, 2021
1 parent 5ac16c4 commit 61243bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/crossgen-corelib.proj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
AfterTargets="Build">
<PropertyGroup>
<!-- Default for using Crossgen2 when not set externally -->
<UseCrossgen2 Condition="'$(UseCrossgen2)' == ''">false</UseCrossgen2>
<UseCrossgen2 Condition="'$(UseCrossgen2)' == ''">true</UseCrossgen2>

<OSPlatformConfig>$(TargetOS).$(TargetArchitecture).$(Configuration)</OSPlatformConfig>
<RootBinDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts'))</RootBinDir>
Expand Down

0 comments on commit 61243bb

Please sign in to comment.