-
Notifications
You must be signed in to change notification settings - Fork 17
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
ITK Build failure in External Module #167
Comments
InsightSoftwareConsortium/ITK#4820 was fixed yesterday in the main repository. |
hmm. thanks @dzenanz. I would have assumed the action would take the tagged version 5.4.0, in order to make sure wheels built later are still based on a specific version and will be compatible...
|
Maybe the MSVC version was updated in CI's Windows machine image? If the wheels build without errors, they should work, even if build-and-test fails due to compile error. |
Yes, third party libraries are quite a fixed version, which is infrequently updated. |
Seems the mac os version is deprecated. All non-arm mac os jobs were cancelled: |
Here is how to update: InsightSoftwareConsortium/ITKIOOMEZarrNGFF#75 I think I added it as a PR here too, but I can't find the PR now. |
Ahh, that PR is here: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#95 |
thanks, that is great. Can I use the fixed version by changing the tag from uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected] to uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@some-hash |
Yes. We should probably also update 5.4.0 branch. @thewtex, @jhlegarreta, and @N-Dekker, what do you think? |
Patch to address the libtiff symbol in remote module CI builds: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#97 |
I am adding a small feature to my external module and got a build error for ITK. Should I update the github action?
https://github.com/dyollb/ITKLabelPointSet/actions/runs/11892961356/job/33136911530
The text was updated successfully, but these errors were encountered: