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

Jules - various build improvements, drop support for python-3.8, fix for latest mupdf. #3926

Merged
merged 10 commits into from
Oct 8, 2024

Conversation

julian-smith-artifex-com
Copy link
Collaborator

No description provided.

…y to scripts/test.py.

This allows us to build Pyodide wheels using scripts/test.py without involving
Github.

Also in scripts/test.py, added `-s` flag to control use of Py_LIMITED_API.
On some windows machines, the generated C++ code's calls to malloc() and free()
can cause a compilation failure.
…TEXT_SEGMENT.

Also improved definitions of TEXT_* constants for mupdf-1.24.x vs later mupdf
versions.
Specifying complement of a bitmask goes wrong if a new enum value is added to
MuPDF, so we now simply use `pymupdf.TEXTFLAGS_SEARCH`.
…r wheels.

.github/workflows/test_mupdf-master-branch.yml
.github/workflows/test_mupdf-release-branch.yml
    Also build pyodide wheel.
scripts/gh_release.py
    Don't special-case pyodide - we used to build with mupdf master branch if
    run as a scheduled Github action.
@julian-smith-artifex-com julian-smith-artifex-com merged commit 4528c45 into main Oct 8, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants