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

pcre2: fix test failures on targets that don't support JIT #41

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

heiher
Copy link
Contributor

@heiher heiher commented Jul 25, 2024

This commit uses jit_if_available instead of jit in the tests, allowing them to fall back to non-JIT compilation on targets that don't support JIT.

This commit uses `jit_if_available` instead of `jit` in the tests, allowing them
to fall back to non-JIT compilation on targets that don't support JIT.
@BurntSushi BurntSushi merged commit aea0175 into BurntSushi:master Jul 25, 2024
8 checks passed
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