-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Avoid hardcoded illink.tasks TFM #109634
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
Avoid hardcoded illink.tasks TFM #109634
Conversation
Replaces #109619 We made a similar change recently in arcade to not use the TFM but a normalized value of the TargetFrameworkIdentifier property for tools packages.
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
|
Nice! It'll also need am11@fd067c5. |
|
Oh right, we don't need that with this change anymore. Perfect :) |
|
@am11 I tried to directly apply your patch to keep you as the committer but git didn't let me (corrupt file at L...). So I manually applied it. |
|
No worries. I'm just happy to see another hardcoded platform list going away. 🙂 |
|
Oh damn. Locally in runtime we don't use the package layout but the build output. |
|
Another piece of the puzzle: main...am11:runtime:patch-19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you!
|
/ba-g wasm failures are note related to the ILLink changes |
Replaces #109619
We made a similar change recently in arcade to not use the TFM but a normalized value of the TargetFrameworkIdentifier property for tools packages.