-
Notifications
You must be signed in to change notification settings - Fork 31
Use testing container #168
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
nickelpro
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.
This does the correct thing and the approach is reasonable.
|
lmao I'm not an exemplar owner, so my review is advisory I guess |
|
Actually I am going to remove the cmake versioning inputs, because this produces inconsistent behavior between testing container and windows/ macos tests. In testing container the latest version of cmake and ninja is always pulled. |
This is so we can be consistent with testing container, which always has the latest available CMake and Ninja.
|
It's a non-issue as the CMake behavior is dictated by what the My review is only to say, "yep we're running on the right compiler versions now". So ya, the CMake/Ninja stuff is whatever works. |
|
@ednolan, is this PR still relevant given the CI changes you made recently? |
|
No, it's been superseded. |
Description
Adopts the new testing container in CI with some refactoring.
This should fix the issue described here: #167 (comment)
Testing
CI passing.
Meta