Skip to content

Commit c821c36

Browse files
authored
[wasm] Add a dependency on dotnet/installer to get the latest (#90904)
* [wasm] Add a dependency on dotnet/installer to get the latest .. version, and use that for testing the workloads. * [wasm] add note about upgrading node in perf pipeline
1 parent afc7e26 commit c821c36

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,5 +398,9 @@
398398
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
399399
<Sha>8fef55f5a55a3b4f2c96cd1a9b5ddc51d4b927f8</Sha>
400400
</Dependency>
401+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="9.0.100-alpha.1.23421.9">
402+
<Uri>https://github.com/dotnet/installer</Uri>
403+
<Sha>711fd8e907b5e5af8c7d56fc87d7e9e8366abb1a</Sha>
404+
</Dependency>
401405
</ToolsetDependencies>
402406
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@
204204
<GrpcCoreVersion>2.46.3</GrpcCoreVersion>
205205
<GrpcDotnetClientVersion>2.45.0</GrpcDotnetClientVersion>
206206
<GrpcToolsVersion>2.45.0</GrpcToolsVersion>
207-
<!-- Uncomment to set a fixed version, else the latest is used -->
208-
<!--<SdkVersionForWorkloadTesting>8.0.100-rc.1.23415.5</SdkVersionForWorkloadTesting>-->
209207
<CompilerPlatformTestingVersion>1.1.2-beta1.23323.1</CompilerPlatformTestingVersion>
210208
<!-- Docs -->
211209
<MicrosoftPrivateIntellisenseVersion>7.0.0-preview-20221010.1</MicrosoftPrivateIntellisenseVersion>
@@ -256,5 +254,8 @@
256254
<!-- BrowserDebugProxy libs -->
257255
<MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion>
258256
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>
257+
<!-- installer version, for testing workloads -->
258+
<MicrosoftDotnetSdkInternalVersion>9.0.100-alpha.1.23421.9</MicrosoftDotnetSdkInternalVersion>
259+
<SdkVersionForWorkloadTesting>$(MicrosoftDotnetSdkInternalVersion)</SdkVersionForWorkloadTesting>
259260
</PropertyGroup>
260261
</Project>

src/mono/wasm/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,3 +350,12 @@ npm update --lockfile-version=1
350350
| Multi-thread | linux: build only | none |
351351

352352
* `high resource aot` runs a few specific library tests with AOT, that require more memory to AOT.
353+
354+
355+
# Perf pipeline
356+
357+
TBD
358+
359+
## Updates needed
360+
361+
- when the base OS is upgraded, check if the version of node installed in the `eng/pipelines/coreclr/templates/run-performance-job.yml` needs an upgrade too.

0 commit comments

Comments
 (0)