-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 build on RHEL 7 #1718
Fix build on RHEL 7 #1718
Conversation
- Add detection for rhel.7-x64 runtime id to cibuild.sh - Add rhel.7-x64 runtime ids to project.json's with runtime sections Tested on RHEL 7.3
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.
Looks good, thanks! I assume this worked on your RHEL 7 machine?
Yes. I tested it (only) on RHEL 7.3. |
@dotnet-bot test Ubuntu16.04 Build for CoreCLR please (it looks like something convinced the init script that it was running on 16.10? But the machine was named |
16.10 support need to be added along with 17.04 as well. Ubuntu 17.04 will be out in April. |
@dotnet-bot test Ubuntu16.04 Build for CoreCLR please |
Is the issue being experience by the builder a general issue or is it a bug in the fix? |
@omajid I don't think it's related to your change; I plan to spend some time today chasing it down. No action needed from you at the moment . . . |
@dotnet-bot test Ubuntu16.04 Build for CoreCLR please |
Looks good. @Microsoft/msbuild-maintainers can I get a second opinion? |
Thanks! Sorry for the confusion on had build issues not related to this change. |
Thanks for accepting this! |
rhel.7-x64
runtime id to cibuild.shrhel.7-x64
runtime ids to project.json's with runtime sectionsTested on RHEL 7.3 with a
./cibuild.sh
.