Closed lnihlen closed 4 years ago
This might also unblock being able to run sclang standalone on MacOS, furthering the work on #51. This is because the python script can include the xvfb workaround used to launch sclang on Linux, meaning we could build an sclang with SC_IDE=ON, thus allowing the interpreter to build on MacOS.
Considered resolved in #67 for now.
The Travis build is a bit flaky right now due to timeouts on an exit hang from the sclang scripts. This is particularly noticeable on the sclang unit tests, with this in the log:
Asking around on the SC slack channel about best practices for this, scztt@ points me to the python scripts in https://github.com/scztt/qpm/tree/qpm-unit and recommends looking for
subprocess
calls, which contain some workarounds for the hang-on-exit issue.Investigate and re-create in Scintillator.