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

Consider dropping 32-bit builds #126

Closed
bgilbert opened this issue Sep 23, 2023 · 2 comments · Fixed by #170
Closed

Consider dropping 32-bit builds #126

bgilbert opened this issue Sep 23, 2023 · 2 comments · Fixed by #170

Comments

@bgilbert
Copy link
Member

32-bit Windows is being de-emphasized, and it seems unlikely that anyone is still processing whole-slide images from a 3 GiB address space.

Currently, the Windows CI job is the only one that builds a 32-bit OpenSlide. OpenSlide still needs to pass smoke tests on 32-bit systems, since distros are still building on those, so we'll need to add a 32-bit Linux container to OpenSlide CI.

@bgilbert
Copy link
Member Author

We'd also want to drop the 32-bit Python wheels for Windows.

@bgilbert
Copy link
Member Author

32-bit CI added in openslide/openslide#524.

bgilbert added a commit to bgilbert/openslide-bin that referenced this issue Oct 31, 2023
32-bit Windows is being de-emphasized, and it seems unlikely that anyone
is still processing whole-slide images from a 3 GiB address space.

Fixes: openslide#126
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant