-
Notifications
You must be signed in to change notification settings - Fork 106
-fcommon for gcc 10 minimal support #864
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
.circleci/config.yml
Outdated
command: | | ||
git submodule update --init opt/readies | ||
./opt/readies/bin/getpy3 | ||
./opt/readies/bin/getgcc --modern |
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.
it's better to place this in system-setup.py so every other context (docker etc) benefits from it.
Codecov Report
@@ Coverage Diff @@
## master #864 +/- ##
==========================================
- Coverage 81.25% 81.21% -0.04%
==========================================
Files 54 54
Lines 8141 8145 +4
==========================================
Hits 6615 6615
- Misses 1526 1530 +4
Continue to review full report at Codecov.
|
common flag for gcc10 minimal support