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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: