Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SuperPMI] nativeaot collections build fix #94000

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented Oct 26, 2023

Resolves #93845

ILLink need to be built before building the smoke_tests because ILLink isn't being restored via a NuGet package anymore, see change: #91468

Pipeline results:
https://dev.azure.com/dnceng/internal/_build/results?buildId=2302293&view=results

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 26, 2023
@ghost ghost assigned TIHan Oct 26, 2023
@ghost
Copy link

ghost commented Oct 26, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

When we do SuperPMI collection setup for the 'nativeaot' SmokeTests, it will actually nativeaot compile the tests. We actually do not need to do that as it will be done again when we run the collections. However, we are not able to just 'build' the SmokeTests without having to NativeAOT compile the tests.

This PR allows building the nativeaot/SmokeTests without having to specify the -NativeAOT when building the tests for that tree.

Author: TIHan
Assignees: TIHan
Labels:

area-CodeGen-coreclr

Milestone: -

@TIHan TIHan force-pushed the spmi-nativeaot-build-fix branch from da1d4e3 to 9bb2496 Compare October 26, 2023 23:18
@TIHan TIHan marked this pull request as ready for review October 27, 2023 00:57
@TIHan
Copy link
Contributor Author

TIHan commented Oct 27, 2023

@jit-contrib @jakobbotsch This is ready.

@TIHan TIHan merged commit b7d4bdf into dotnet:main Oct 27, 2023
108 of 110 checks passed
liveans pushed a commit to liveans/dotnet-runtime that referenced this pull request Nov 9, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
2 participants