ANTsX / ITKR

port of ITK to R
6 stars 14 forks source link

CI: Update check workflow #65

Closed cookpa closed 1 month ago

cookpa commented 1 month ago

Starting over, since actions stopped running (maybe due to repo transfer)

cookpa commented 1 month ago

This is apparently a known issue, solution is to wait and do PR again later. Will try next week.

Mac is building, Windows and Linux fail for different reasons. Unhelpfully, the error information is saved by R in a file on the runner, and not printed to the action logs.

cookpa commented 1 month ago

This is building on Mac and Linux, but I am a bit stuck on Windows. I think the issue is that it's using GCC 13, which has some known issues with ITK

https://discourse.itk.org/t/building-itk-error-with-algorithim-module/5927

I tried installing an earlier rtools but it doesn't seem to get used.