Skip to content

Commit

Permalink
chore: do not include non-existing aot profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Aug 5, 2024
1 parent 2981e13 commit 6e7314b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Uno.Gallery/Uno.Gallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,17 @@
-->
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)'=='Release' and '$(WasmShellMonoRuntimeExecutionMode)'=='InterpreterAndAOT'">
<!-- Uncomment once the profile is generated
<ItemGroup Condition="'$(Configuration)'=='Release' and '$(WasmShellMonoRuntimeExecutionMode)'=='InterpreterAndAOT'">
<WasmShellEnableAotProfile Condition="'$(IsUiAutomationMappingEnabled)'==''" Include="aot.profile" />
<!--
--><!--
Use smaller profile for UI tests to avoid the browser's memory
use to go higher than the Ci agent's availability
-->
--><!--
<WasmShellEnableAotProfile Condition="'$(IsUiAutomationMappingEnabled)'=='True'" Include="aot-uitests.profile" />
</ItemGroup>
</ItemGroup>-->

<ItemGroup>
<WasmShellMonoEnvironment Include="MONO_GC_PARAMS" Value="soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep" />
Expand Down

0 comments on commit 6e7314b

Please sign in to comment.