InsightSoftwareConsortium / ITKPythonPackage

A setup script to generate ITK Python Wheels
https://itkpythonpackage.readthedocs.io
Apache License 2.0
64 stars 22 forks source link

COMP: Remove terminal flags for CI builds of Linux ARM module wheels #234

Closed thewtex closed 1 year ago

thewtex commented 1 year ago

These are not needed for non-interactive execution and causes failure in CI:

  the input device is not a TTY

Testing can continue following #233

tbirdso commented 1 year ago

Closing in favor of https://github.com/InsightSoftwareConsortium/ITKPythonPackage/pull/236 which includes this fix along with larger consolidation of module build scripts. I've listed @thewtex as a co-author on those changes.