-
Notifications
You must be signed in to change notification settings - Fork 102
Add pcodec to 32-bit CI #786
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #786 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 64 64
Lines 2804 2804
=========================================
Hits 2804 2804 🚀 New features to boost your workflow:
|
pcodec works at 4d32918 I'm going for zfpy but there is no sdist. |
8573767
to
10b1150
Compare
this looks like quite the saga |
Yes, quite the epic. I think this will do for now, but I see some potential issues in the future. The maintainace of zfpy upstream needs some attention. |
I think this is where I would want it to be for now. We've added pcodec and zfpy to CI under a 32-bit Linux environment. We've even figured out how to build these from source in that 32-bit environment involving Rust and C++ toolchains. I have some suspicion that zfpy may be linking against the system numpy and using the system cython in the current configuration. That said I'm not sure if zfpy is ready to be linked against numpy 2.x. |
Add pcodec and zfpy to 32-bit continuous integration
TODO: