@@ -34,10 +34,7 @@ parameters:
3434
3535 - displayName : Goldilocks Stage 1 (CoreCLR - Trim R2R SingleFile)
3636 arguments : --scenario basicminimalapipublishtrimr2rsinglefile $(goldilocksJobs) --property scenario=Stage1TrimR2RSingleFile --property publish=coreclr --application.environmentVariables DOTNET_GCDynamicAdaptationMode=1
37- # Disabled: hits dotnet/runtime crossgen2 composite R2R bug on async-variant callees
38- # (Kestrel Http1ChunkedEncodingMessageBody.PumpAsync). Re-enable once
39- # https://github.com/dotnet/runtime/pull/129053 flows into the .NET 11 SDK.
40- condition : ' false'
37+ condition : ' true'
4138
4239 - displayName : Goldilocks Stage 1 (NativeAOT)
4340 # workaround https://github.com/dotnet/runtime/issues/81382 by explicitly referencing a Microsoft.DotNet.ILCompiler version
@@ -73,9 +70,7 @@ parameters:
7370
7471 - displayName : Goldilocks Stage 2 (CoreCLR - Trim R2R SingleFile)
7572 arguments : --scenario todosapipublishtrimr2rsinglefile $(goldilocksJobs) --property scenario=Stage2TrimR2RSingleFile --property publish=coreclr --application.environmentVariables DOTNET_GCDynamicAdaptationMode=1
76- # Disabled: see note on "Goldilocks Stage 1 (CoreCLR - Trim R2R SingleFile)" above.
77- # Re-enable once https://github.com/dotnet/runtime/pull/129053 flows into the .NET 11 SDK.
78- condition : ' false'
73+ condition : ' true'
7974
8075 - displayName : Goldilocks Stage 2 (NativeAOT)
8176 # workaround https://github.com/dotnet/runtime/issues/81382 by explicitly referencing a Microsoft.DotNet.ILCompiler version
@@ -111,9 +106,7 @@ parameters:
111106
112107 - displayName : Goldilocks gRPC Stage 1 (CoreCLR - Trim R2R SingleFile)
113108 arguments : --scenario basicgrpcpublishtrimr2rsinglefile $(goldilocksJobs) --property scenario=Stage1GrpcTrimR2RSingleFile --property publish=coreclr --application.environmentVariables DOTNET_GCDynamicAdaptationMode=1
114- # Disabled: see note on "Goldilocks Stage 1 (CoreCLR - Trim R2R SingleFile)" above.
115- # Re-enable once https://github.com/dotnet/runtime/pull/129053 flows into the .NET 11 SDK.
116- condition : ' false'
109+ condition : ' true'
117110
118111 - displayName : Goldilocks gRPC Stage 1 (NativeAOT)
119112 # workaround https://github.com/dotnet/runtime/issues/81382 by explicitly referencing a Microsoft.DotNet.ILCompiler version
0 commit comments