Skip to content

Fix missing libavif-dev in asan nightly #16049

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

Closed
wants to merge 1 commit into from

Conversation

iluuu1994
Copy link
Member

Asan still runs on Ubuntu 20.04, which doesn't contain the libavif-dev package.

Note: This will cause warnings because of undefined asan input on older branches. The input would need to be backported to avoid this warning, but --with-avif is currently only set for master.

Asan still runs on Ubuntu 20.04, which doesn't contain the libavif-dev package.
@iluuu1994 iluuu1994 requested a review from TimWolla as a code owner September 25, 2024 13:42
@iluuu1994 iluuu1994 closed this in 271b9e6 Sep 26, 2024
cmb69 added a commit to cmb69/php-src that referenced this pull request Sep 30, 2024
Currently, we're running LINUX_X64 Asan builds on ubuntu-20.04, where
libavif-dev is not available, so apt-x64 fails.  This PR is a follow up
to PR php#16049 to pass the respective parameter to apt-x64, and to fix
the conditional check in configure-x64.

It might be clearer to just have an `avif` parameter or to pass the
runner version to these actions, but this should do for now.
cmb69 added a commit that referenced this pull request Sep 30, 2024
Currently, we're running LINUX_X64 Asan builds on ubuntu-20.04, where
libavif-dev is not available, so apt-x64 fails.  This PR is a follow up
to PR #16049 to pass the respective parameter to apt-x64, and to fix
the conditional check in configure-x64.

It might be clearer to just have an `avif` parameter or to pass the
runner version to these actions, but this should do for now.

Closes GH-16130.
jorgsowa pushed a commit to jorgsowa/php-src that referenced this pull request Oct 1, 2024
Asan still runs on Ubuntu 20.04, which doesn't contain the libavif-dev package.

Closes phpGH-16049
jorgsowa pushed a commit to jorgsowa/php-src that referenced this pull request Oct 1, 2024
Currently, we're running LINUX_X64 Asan builds on ubuntu-20.04, where
libavif-dev is not available, so apt-x64 fails.  This PR is a follow up
to PR php#16049 to pass the respective parameter to apt-x64, and to fix
the conditional check in configure-x64.

It might be clearer to just have an `avif` parameter or to pass the
runner version to these actions, but this should do for now.

Closes phpGH-16130.
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.

1 participant