Skip to content

Fix nightly builds regarding libavif #16130

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
Closed

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented 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.


@iluuu1994, what do you think? Does this needs to be applied to lower branches, too?

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 cmb69 requested a review from TimWolla as a code owner September 30, 2024 10:39
Copy link
Member

@iluuu1994 iluuu1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I messed this up because I thought asan was passing the skipSlow arg, but it doesn't do that in nightly.

Yes, this needs to be backported to 8.4.

@cmb69 cmb69 closed this in 2580883 Sep 30, 2024
@cmb69 cmb69 deleted the cmb/nightly-avif branch September 30, 2024 16:52
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.

2 participants