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

Disable building executables on gcc 11 Release #5553

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

nilsvu
Copy link
Member

@nilsvu nilsvu commented Oct 9, 2023

Proposed changes

Avoid running out of memory. Fixing this should be a priority though because gcc 11 Release is a production build that we need to test. See issue: #5472

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

Avoid running out of memory. Fixing this should be a priority though
because gcc 11 Release is a production build that we need to test.
@nilsvu nilsvu added the ci/cd Continuous integration & deployment label Oct 9, 2023
@nilsvu nilsvu requested a review from a team October 9, 2023 16:37
@nilsvu nilsvu added the priority critical for progress label Oct 9, 2023
@nilsvu
Copy link
Member Author

nilsvu commented Oct 9, 2023

Merging to do the October release

@nilsvu nilsvu merged commit 073b757 into sxs-collaboration:develop Oct 9, 2023
21 of 22 checks passed
@nilsvu nilsvu deleted the disable_gcc_11_release branch October 9, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continuous integration & deployment priority critical for progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants