Skip to content

Commit

Permalink
Fix crossgen executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Oct 13, 2024
1 parent 1ea1078 commit 97125d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions eng/pipelines/coreclr/templates/crossgen2-comparison-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,10 @@ jobs:
WorkItemCommand:
echo $(displayname_comparison_job) ;
echo Targeting $(targetFlavor) ;
chmod +x $HELIX_WORKITEM_PAYLOAD/corerun;
mkdir -p $HELIX_WORKITEM_PAYLOAD/log;
export CORE_ROOT=$HELIX_WORKITEM_PAYLOAD;
python3 -u $HELIX_CORRELATION_PAYLOAD/crossgen2_comparison.py crossgen_framework
--crossgen $HELIX_WORKITEM_PAYLOAD/crossgen2/crossgen2.dll
--dotnet $HELIX_WORKITEM_PAYLOAD/corerun
--crossgen $HELIX_WORKITEM_PAYLOAD/crossgen2/crossgen2
--core_root $HELIX_WORKITEM_PAYLOAD/prebuiltWork/dlls
--result_dir $HELIX_WORKITEM_UPLOAD_ROOT
--target_os $(target_crossgen2_os)
Expand All @@ -145,8 +143,7 @@ jobs:
md %HELIX_WORKITEM_PAYLOAD%\log &
set CORE_ROOT=%HELIX_WORKITEM_PAYLOAD%&
python -u %HELIX_CORRELATION_PAYLOAD%\crossgen2_comparison.py crossgen_framework
--crossgen %HELIX_WORKITEM_PAYLOAD%\crossgen2\crossgen2.dll
--dotnet %HELIX_WORKITEM_PAYLOAD%\corerun.exe
--crossgen %HELIX_WORKITEM_PAYLOAD%\crossgen2\crossgen2.exe
--core_root %HELIX_WORKITEM_PAYLOAD%\prebuiltWork\dlls
--result_dir %HELIX_WORKITEM_UPLOAD_ROOT%
--target_os $(target_crossgen2_os)
Expand Down

0 comments on commit 97125d0

Please sign in to comment.