Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix libsqlite3-dev version mismatch #154

Merged
merged 2 commits into from
Dec 15, 2024
Merged

Fix libsqlite3-dev version mismatch #154

merged 2 commits into from
Dec 15, 2024

Conversation

AaronFeledy
Copy link
Member

@AaronFeledy AaronFeledy commented Dec 14, 2024

When libsqlite3-dev is needed, such as when installing the swoole PHP module, the libsqlite3-dev package requires the matching version of libsqlite3-0, which we've updated beyond what's available in the Debian repo for Drupal 11 compatibility in the PHP 8.3 and 8.4 images, so apt can't resolve the dependency.

This PR adds the matching package to the affected images to avoid mismatch issues. It also adds a test for installing swoole via the install-php-extensions

Resolves #151

Copy link

netlify bot commented Dec 14, 2024

Deploy Preview for lando-php ready!

Name Link
🔨 Latest commit ef25803
🔍 Latest deploy log https://app.netlify.com/sites/lando-php/deploys/675deb54c38a570008370f04
😎 Deploy Preview https://deploy-preview-154--lando-php.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 95 (🟢 up 11 from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@pirog pirog merged commit cefbdf0 into main Dec 15, 2024
59 of 61 checks passed
@pirog pirog deleted the libsqlite-mismatch branch December 15, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please consider installing libsqlite3-dev to avoid conflicts with other PHP extensions
2 participants