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 fe0ecee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Runner/Jobs/FuzzLibrariesJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ 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 -c Release
..\..\..\..\.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 fe0ecee

Please sign in to comment.