Our current circleci config is quite verbose because it needs to handle a bunch of base dependencies like gcc, ssl, cmake etc. It would be much simpler if we could just pull in our own image which had all of these things installed. Here's a wishlist of pre-installed items:
The information for all of these can be found in the circleci config. Many will have different names depending on platform and some might not be necessary if we don't have to build the others.
Our current circleci config is quite verbose because it needs to handle a bunch of base dependencies like gcc, ssl, cmake etc. It would be much simpler if we could just pull in our own image which had all of these things installed. Here's a wishlist of pre-installed items:
The information for all of these can be found in the circleci config. Many will have different names depending on platform and some might not be necessary if we don't have to build the others.