-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Prerequisite 3 for #105403 (src/coreclr) #117021
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
Conversation
/home/gwr/dotnet/runtime/src/coreclr/pal/src/thread/thread.cpp:1367:5: error: 'cid' was not declared in this scope 1367 | cid = CLOCK_THREAD_CPUTIME_ID; | ^~~
src/coreclr/vm/appdomain.hpp:1934:40: error: declaration of 'constexpr SystemDomain** const cdac_data<SystemDomain>::SystemDomain' changes meaning of 'SystemDomain' [-Wchanges-meaning] 1934 | static constexpr PTR_SystemDomain* SystemDomain = &SystemDomain::m_pSystemDomain; | ^~~~~~~~~~~~ src/coreclr/vm/appdomain.hpp:1934:56: note: used here to mean 'class SystemDomain' 1934 | static constexpr PTR_SystemDomain* SystemDomain = &SystemDomain::m_pSystemDomain; | ^~~~~~~~~~~~ src/coreclr/vm/appdomain.hpp:1629:7: note: declared here 1629 | class SystemDomain final | ^~~~~~~~~~~~
coreclr/runtime/amd64/AllocFast.S: Assembler messages: coreclr/runtime/amd64/AllocFast.S:237: Error: missing ')'
Tagging subscribers to this area: @mangod9 |
Title of these PRs are pretty meaningless TBH. Suggestion was to open a single PR with illumos build fixes so main branch starts building again and #105403 stays focused on System.Diagnostics.Process namespace changes. We had several such PRs in past dotnet/runtime/pulls (sort:updated-desc is:closed "fix illumos build") |
Sorry, I was trying to be helpful, and I guess I didn't understand what you wanted. |
main branch gets staled on illumos over time because we don't have a CI leg (like
From the perspective of "how would it look in git history in the future", I'd say yes, it's better to batch these small miscellaneous build fixes in a single PR. |
See #117023 |
Is there anything I could do to help get another CI leg in place for illumos? |
Prerequisite 3 for #105403
Changes under src/coreclr