-
Notifications
You must be signed in to change notification settings - Fork 91
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
Feature/ci complete #19
Conversation
- FIX: Added assert to verify each call system result Signed-off-by: Uilian Ries <[email protected]>
- Added docker suite to build, test and deploy by python script Signed-off-by: Uilian Ries <[email protected]>
- New scripts and variables were introduced in README - Changed default user to lasote in Travis file Signed-off-by: Uilian Ries <[email protected]>
- Created simple script to build, test and deploy - Improved script description in README Signed-off-by: Uilian Ries <[email protected]>
- Docker should run without sudo Signed-off-by: Uilian Ries <[email protected]>
It fails because of #17. As I commented we can do two things:
@uilianries @ovidiub13 WDYT? I think we should provide the 7.1 somehow. |
I prefer the first one. We have a bunch of images to maintain and in many it's a headache try fix distro environment. But my opinion is, we will spend to much effort to fix just another version, meanwhile we should care about 7.2 because it's the latest. Also, we could provide a table in README file with all images status (build and life cycle). |
@lasote What's the purpose of these images?
Getting the Ubuntu folks to also ship 7.1 will be rather difficult. |
Ok. I've talked with @memsharded and it makes sense since >5 where gcc minor is like a patch of <5. Probably we will take into consideration for conan/settings too. We are thinking about it. |
Related with: @ovidiub13 conan-io/conan#1214 |
| [lasote/conangcc62: gcc 6.2](https://hub.docker.com/r/lasote/conangcc62/) | Supported | | ||
| [lasote/conangcc63: gcc 6.3](https://hub.docker.com/r/lasote/conangcc63/) | Supported | | ||
| [lasote/conangcc71: gcc 7.1](https://hub.docker.com/r/lasote/conangcc71/) | DEPRECATED, only frozen binary image support, No Dockerfile | | ||
| [lasote/conangcc72: gcc 7.2](https://hub.docker.com/r/lasote/conangcc72/) | Supported | |
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.
Very nice!
No description provided.