-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix linux-armel build #110514
Fix linux-armel build #110514
Conversation
cc: @dotnet/samsung for review |
@am11 should this go to arcade first? Upd: don't mind, I missed another PR to arcade |
@gbalykov another approach is to make it dynamic for all of these:
For other platforms, we don't have version at that location. In Tizen containers, there is always a single versioned directory there. So we can search it using cmake's GLOB_DIRECTORY. WDYT? |
217b670
to
ffeebd5
Compare
I think it's a good thing to do since it simplifies things |
941f263
to
70155e6
Compare
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.
LGTM
/ba-g failures are unrelated infrastructure issues |
Thank you! |
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.
LGTM
/backport to release/9.0-staging |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/12278369811 |
This syncs the gcc version in toolchian file with what's in the newest container build. Fixes dotnet#110517
This syncs the gcc version in toolchian file with what's in the newest container build.
Fixes #110517