You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a great idea to publish these images on Docker Hub. This could make it easier to test the code on different platforms when everything is already set up. It could also reduce the build times as the docker images can be downloaded and cached faster.
We can probably use a tagging scheme that is consistent with the base image, and also indicate the main compiler that is used in .cpprc.
For example, we can have these images:
setup-cpp-ubuntu-llvm:22.04-15
setup-cpp-fedora-llvm:30-15
setup-cpp-ubuntu-gcc:22.04-13
...
Upvote & Fund
I am using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
setup-cpp has had docker images for different platforms:
https://github.com/aminya/setup-cpp/tree/master/dev/docker
It would be a great idea to publish these images on Docker Hub. This could make it easier to test the code on different platforms when everything is already set up. It could also reduce the build times as the docker images can be downloaded and cached faster.
We can probably use a tagging scheme that is consistent with the base image, and also indicate the main compiler that is used in
.cpprc
.For example, we can have these images:
Upvote & Fund
I am using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered: