posthog icon indicating copy to clipboard operation
posthog copied to clipboard

fix(docker): remove cache mount on uv sync to fix xmlsec version mismatch

Open webjunkie opened this issue 1 week ago • 1 comments

Fixes the xmlsec library version mismatch error introduced maaaybe in #42124.

The uv cache mount was caching wheels compiled against a different libxmlsec1 version. Removing the cache mount ensures xmlsec is always compiled fresh against the container's system libraries.

webjunkie avatar Dec 09 '25 20:12 webjunkie

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.