-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
s390: enable march=z196 #11730
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
s390: enable march=z196 #11730
Conversation
@nodejs/platform-s390 |
LGTM. http://www-03.ibm.com/systems/z/os/linux/resources/testedplatforms.html shows that matches the minimum hardware requirements for the distros with right level of GCC/Glibc support (SLES 12, RHEL 7, Ubuntu 16.04 or newer). |
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.
Does this need to be noted in #8922?
Hard to believe this broke OS X, try again: |
LGTM |
@sam-github It doesn't seem to fail by looking at the details of ARM build. |
ARM builds always fail, so ci result is a pass. |
Rerun of CI was green (arm failure on Github is a reporting issue, you need to click on the CI link). EDIT: what Sam said |
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
any updates on this? |
Requires 2 mid-week days to give people time to comment before it can be merged. |
Landing since its now past the wait time. |
Landed as b806e18 |
PR-URL: #11730 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#11730 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#11730 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
should this be backported to v6.x? |
enable -march=z196 for s390, because it's the lowest platform we intend to support for zlinux platforms.