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

MDBF-620: Add libpcre3-dev to jammy for asan #257

Merged
merged 1 commit into from Nov 17, 2023

Conversation

grooverdan
Copy link
Member

This corrects ASAN failures on 10.4

Marko:
The reason is that the old PCRE (which was replaced in 10.5 by MDEV-14024) is really buggy. For ASAN, uninstrumented code is assumed to be good.

As only 10.4 needs this, and 10.5+ uses pcre2 and has mechisms to detect pcre2 over pcre(3) aka 8.x.

With this installed, the ASAN builder should autodetect WITH_PCRE=system. Currently without headers it fails to compile.

@vladbogo vladbogo enabled auto-merge (rebase) November 17, 2023 11:33
@grooverdan grooverdan changed the base branch from dev to main November 17, 2023 22:07
This corrects ASAN failures on 10.4

Marko:
The reason is that the old PCRE (which was replaced in 10.5 by MDEV-14024) is really buggy. For ASAN, uninstrumented code is assumed to be good.

As only 10.4 needs this, and 10.5+ uses pcre2.

With this installed, the ASAN builder should autodetect
WITH_PCRE=system. Currently without headers it fails to compile.
auto-merge was automatically disabled November 17, 2023 22:08

Head branch was modified

@grooverdan grooverdan merged commit 427e037 into MariaDB:main Nov 17, 2023
20 of 22 checks passed
@grooverdan grooverdan deleted the MDBF-620-pcre3-dev-asan branch November 17, 2023 23:04
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.

None yet

2 participants