-
Notifications
You must be signed in to change notification settings - Fork 17
Use generalized testing container #121
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
| # If Clang 17, install a newer version of libc++ and libc++abi. | ||
| [[ ${CLANG_VERSION} = 17 ]] && sudo apt-get install libc++-dev libc++1 libc++abi-dev libc++abi1 | ||
| find /usr/lib/x86_64-linux-gnu/ -name libc++.so* || true | ||
| clang++-${CLANG_VERSION} --version |
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.
What is the rational for special treatment for clang 17?
Are we only supporting clang 17 with an updated libc++ install?
|
I have no idea why I broke coverage.... |
6074804 to
613817c
Compare
Pull Request Test Coverage Report for Build 15086987988Details
💛 - Coveralls |
JeffGarland
left a comment
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 - approving
neatudarius
left a comment
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
A-QUI15
left a comment
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.
cambios solicitados
|
#111 🌟 |
Huh? |
Uses newly introduced testing container (https://github.com/bemanproject/infra/pull/11) to simplify CI.