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

ci: add very basic 64bit Windows DEV job #480

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

carenas
Copy link
Contributor

@carenas carenas commented Sep 18, 2024

This job should at least ensure the library builds cleanly (although without JIT) and creates a DLL.

Its not as verbose as the original MSVC job (which has been renamed so it is clear it is 32bit) so that any warnings are clearly visible if building pcre2grep, pcre2test or JIT is enabled.

Rename the original 32bit job and add a basic 64bit one that
avoids the code that is still not warning free.

While at it, refactor a recent compile fix to avoid a runtime
assert.
src/pcre2_compile.c Show resolved Hide resolved
src/pcre2test.c Show resolved Hide resolved
@PhilipHazel
Copy link
Collaborator

Is this ready for merging? I'm not sure whether the discussion is still active or not.

@zherczeg
Copy link
Collaborator

Ok, lets merge it.

@zherczeg zherczeg merged commit 86d9ac3 into PCRE2Project:master Sep 18, 2024
13 checks passed
@carenas carenas deleted the win branch September 18, 2024 17:14
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.

3 participants