Skip to content

ENH: Update workflow dependencies to version ITK 5.4.5#33

Open
thewtex wants to merge 1 commit intomainfrom
itk-5.4.5
Open

ENH: Update workflow dependencies to version ITK 5.4.5#33
thewtex wants to merge 1 commit intomainfrom
itk-5.4.5

Conversation

@thewtex
Copy link
Copy Markdown
Member

@thewtex thewtex commented Jan 26, 2026

Lastest stable version

@hjmjohnson
Copy link
Copy Markdown
Member

The Windows CI failure is caused by the repo name length: `D:\a\ITKFixedPointInverseDisplacementField\ITK-build` = 51 chars, exceeding ITK's 50-character path limit (`CMakeLists.txt:140`).

Fix: add `itk-cmake-options` to skip the check:

```yaml
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.5
with:
itk-cmake-options: "-DITK_SKIP_PATH_LENGTH_CHECKS:BOOL=ON"
```

Upstream fix to handle this automatically: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#128. I've applied this workaround in PR #35 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants