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

T376447: fix missing liblua5.1.so.0 warning #149

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

christian-heusel
Copy link
Collaborator

As it turns out the liblua5 shared object is needed for runtime aswell
and having it missing produces a warning i.e. when running "php -v".
Fix this by installing it before the build time dependencies that are
to be removed later on.

Fixes https://phabricator.wikimedia.org/T376447

As it turns out the liblua5 shared object is needed for runtime aswell
and having it missing produces a warning i.e. when running "php -v".
Fix this by installing it before the build time dependencies that are
to be removed later on.

Fixes https://phabricator.wikimedia.org/T376447
@christian-heusel christian-heusel self-assigned this Oct 6, 2024
@legoktm legoktm added this pull request to the merge queue Oct 7, 2024
Merged via the queue into main with commit c743827 Oct 7, 2024
20 checks passed
@legoktm legoktm deleted the T376447-missing-liblua-so branch October 7, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants