Skip to content

Invoke crossgen exe when building R2RTest#111881

Merged
steveisok merged 5 commits into
dotnet:mainfrom
steveisok:fix-clr-outerloop
Jan 29, 2025
Merged

Invoke crossgen exe when building R2RTest#111881
steveisok merged 5 commits into
dotnet:mainfrom
steveisok:fix-clr-outerloop

Conversation

@steveisok

Copy link
Copy Markdown
Member

Given the way crossgen is build in-tree, we no longer have crossgen.dll, but rather the actual crossgen executable.

Should fix #111878

Given the way crossgen is build in-tree, we no longer have crossgen.dll,
but rather the actual crossgen executable.

Should fix dotnet#111878
@ghost ghost added the area-Infrastructure-coreclr Only use for closed issues label Jan 28, 2025
@jkotas

jkotas commented Jan 28, 2025

Copy link
Copy Markdown
Member

The same problem exists at

value: $(productDirectory)$(dir)$(targetFlavor)$(dir)crossgen2$(dir)crossgen2.dll
- ${{ if ne(parameters.archType, 'x64') }}:
- name: crossgen2location
value: $(productDirectory)$(dir)$(targetFlavor)$(dir)x64$(dir)crossgen2$(dir)crossgen2.dll

@jkotas

jkotas commented Jan 28, 2025

Copy link
Copy Markdown
Member

/azp run runtime-coreclr crossgen2 outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@steveisok

Copy link
Copy Markdown
Member Author

/azp run runtime-coreclr crossgen2 outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@steveisok

Copy link
Copy Markdown
Member Author

/azp run runtime-coreclr crossgen2 outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@steveisok

Copy link
Copy Markdown
Member Author

/azp run runtime-coreclr crossgen2 outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@steveisok
steveisok merged commit d551abb into dotnet:main Jan 29, 2025
@steveisok
steveisok deleted the fix-clr-outerloop branch January 29, 2025 19:06
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure-coreclr Only use for closed issues

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Crossgen2 Comparison jobs are failing in outerloop

3 participants