Open
Conversation
Update install. Potentially move to GH actions as a follow-up.
1373ef9 to
9bc866e
Compare
cc97e34 to
9495073
Compare
9495073 to
806bb20
Compare
Member
Author
|
Ah, looks like HDF5 was not build in 32bit yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The installations on AppVeyor are very old and slow. We currently test a default Win64 and Win32 build with MSVC. The former we also test on GH Actions already.
One thing we want to cover in CI are the different fundamental types of C++ (https://en.cppreference.com/w/cpp/language/types) and in particular the Windows 32bit build for some edge computers in laboratories (in particular, some older device drivers are win32 on some systems). This tries to move this to a GH Action runner, using 32bit libraries on a 64bit host: https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-11-alternative-architectures