Skip to content
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

use gcc 12 on rhel8-s390x for Node.js 22 #3659

Merged
merged 4 commits into from Apr 17, 2024
Merged

use gcc 12 on rhel8-s390x for Node.js 22 #3659

merged 4 commits into from Apr 17, 2024

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    e0a89cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d411f4 View commit details
    Browse the repository at this point in the history
  3. jenkins: use gcc 12 on rhel8-s390x for Node.js 22

    To avoid a compiler bug in gcc, use gcc-toolset-12 on rhel8-s390x.
    
    Refs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106355
    Refs: #3630
    richardlau committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7ac14e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. ansible: temporarily patch libstdc++ header on s390x

    As a stop-gap until gcc-toolset-12 in RHEL 8 is updated, manually patch
    the affected libstdc++ header file.
    
    Refs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113960
    richardlau committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a9e2757 View commit details
    Browse the repository at this point in the history