CircleCI-Public / cimg-postgres

MIT License
8 stars 25 forks source link

fix: remove build-essential to prevent llvm package purge #131

Closed wilbrdt closed 2 days ago

wilbrdt commented 1 week ago

Description

Removes unnecessary build-essential package from build dependencies.

Reasons

PostgreSQL requires libllvm14 package for JIT compilation. The newly added build-essential in build dependencies causes libllvm14 to be incorrectly purged during the cleanup phase. As build-essential does not seem to be used during the build phase, we can remove it.

Fixes #129

Checklist

Please check through the following before opening your PR. Thank you!