crystal-lang / distribution-scripts

40 stars 23 forks source link

Install `libgc-dev` in ubuntu Dockerfile #286

Closed straight-shoota closed 5 months ago

straight-shoota commented 5 months ago

This makes sure the development package is installed, which includes the pkg-config file (see https://github.com/crystal-lang/crystal/issues/14195#issuecomment-1884786488).

Also, we should stop building our own libgc, which will require installing the library explicitly (#285).