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
After we move to circle (#536) we should start using a consistent base docker image for building binaries on linux (@mapbox/core-tech will provide and maintain this base image). We should make sure this docker image has at least libstdc++-4.8-dev available to support c++11 out of the box, but potentially using a more recent version (or making it possible to toggle) could be desirable, so this will take some thought.
After we move to circle (#536) we should start using a consistent base docker image for building binaries on linux (@mapbox/core-tech will provide and maintain this base image). We should make sure this docker image has at least
libstdc++-4.8-dev
available to support c++11 out of the box, but potentially using a more recent version (or making it possible to toggle) could be desirable, so this will take some thought./cc @kkaefer
The text was updated successfully, but these errors were encountered: