Skip to content

Commit d345fb2

Browse files
authored
Move fuzzing corpora to runtime-assets (#121950)
This PR addresses VMR build failres where a task checks for presence of binary files in the repo. See #121019 (comment) for more context.
1 parent cd847a6 commit d345fb2

18 files changed

+7
-3
lines changed

eng/Version.Details.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ This file should be imported by eng/Versions.props
8181
<SystemTextJsonPackageVersion>10.0.0-rc.1.25528.108</SystemTextJsonPackageVersion>
8282
<!-- dotnet/runtime-assets dependencies -->
8383
<MicrosoftDotNetCilStripSourcesPackageVersion>11.0.0-beta.25553.1</MicrosoftDotNetCilStripSourcesPackageVersion>
84+
<MicrosoftDotnetFuzzingTestDataPackageVersion>11.0.0-beta.25574.4</MicrosoftDotnetFuzzingTestDataPackageVersion>
8485
<MicrosoftNETHostModelTestDataPackageVersion>11.0.0-beta.25553.1</MicrosoftNETHostModelTestDataPackageVersion>
8586
<SystemComponentModelTypeConverterTestDataPackageVersion>11.0.0-beta.25553.1</SystemComponentModelTypeConverterTestDataPackageVersion>
8687
<SystemDataCommonTestDataPackageVersion>11.0.0-beta.25553.1</SystemDataCommonTestDataPackageVersion>
@@ -196,6 +197,7 @@ This file should be imported by eng/Versions.props
196197
<SystemTextJsonVersion>$(SystemTextJsonPackageVersion)</SystemTextJsonVersion>
197198
<!-- dotnet/runtime-assets dependencies -->
198199
<MicrosoftDotNetCilStripSourcesVersion>$(MicrosoftDotNetCilStripSourcesPackageVersion)</MicrosoftDotNetCilStripSourcesVersion>
200+
<MicrosoftDotnetFuzzingTestDataVersion>$(MicrosoftDotnetFuzzingTestDataPackageVersion)</MicrosoftDotnetFuzzingTestDataVersion>
199201
<MicrosoftNETHostModelTestDataVersion>$(MicrosoftNETHostModelTestDataPackageVersion)</MicrosoftNETHostModelTestDataVersion>
200202
<SystemComponentModelTypeConverterTestDataVersion>$(SystemComponentModelTypeConverterTestDataPackageVersion)</SystemComponentModelTypeConverterTestDataVersion>
201203
<SystemDataCommonTestDataVersion>$(SystemDataCommonTestDataPackageVersion)</SystemDataCommonTestDataVersion>

eng/Version.Details.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,5 +417,9 @@
417417
<Uri>https://github.com/dotnet/runtime-assets</Uri>
418418
<Sha>b5d67650a6a37772770a9df6ca762eebd0c21617</Sha>
419419
</Dependency>
420+
<Dependency Name="Microsoft.DotnetFuzzing.TestData" Version="11.0.0-beta.25553.1">
421+
<Uri>https://github.com/dotnet/runtime-assets</Uri>
422+
<Sha />
423+
</Dependency>
420424
</ToolsetDependencies>
421425
</Dependencies>
Binary file not shown.
Binary file not shown.
-135 Bytes
Binary file not shown.
-78 Bytes
Binary file not shown.
Binary file not shown.
-36 Bytes
Binary file not shown.
-40 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)