Skip to content

Commit

Permalink
Update fuzzing build
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Oct 4, 2024
1 parent e6bbf61 commit 5466698
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Runner/Jobs/FuzzLibrariesJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ private async Task BuildRuntimeAndPrepareFuzzerAsync()
cd runtime
git switch pr
call .\build.cmd clr+libs+packs+host -rc Checked -c Debug {{RuntimeHelpers.LibrariesExtraBuildArgs}}
call .\build.cmd clr+libs -rc Checked -c Debug {{RuntimeHelpers.LibrariesExtraBuildArgs}}
cd src\libraries\Fuzzing\DotnetFuzzing
..\..\..\..\.dotnet\dotnet publish -o publish
..\..\..\..\.dotnet\dotnet build-server shutdown
..\..\..\..\.dotnet\dotnet build
..\..\..\..\.dotnet\dotnet tool install --tool-path . SharpFuzz.CommandLine
publish\DotnetFuzzing.exe prepare-onefuzz deployment
call run.bat
""");

await RunProcessAsync(ScriptName, string.Empty);
Expand Down

0 comments on commit 5466698

Please sign in to comment.