Skip to content

Conversation

@steveisok
Copy link
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
@jkotas
Copy link
Member

jkotas commented Jan 28, 2025

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
Copy link
Member

jkotas commented Jan 28, 2025

/azp run runtime-coreclr crossgen2 outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@steveisok
Copy link
Member Author

/azp run runtime-coreclr crossgen2 outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@steveisok
Copy link
Member Author

/azp run runtime-coreclr crossgen2 outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@steveisok
Copy link
Member Author

/azp run runtime-coreclr crossgen2 outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@steveisok steveisok merged commit d551abb into dotnet:main Jan 29, 2025
191 of 196 checks passed
@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.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Crossgen2 Comparison jobs are failing in outerloop

3 participants