flowr-analysis / flowr-r-adapter

Using flowR directly with R!
GNU General Public License v3.0
3 stars 0 forks source link

Figure out what was going on with the error running flowR on mac in the CI #32

Open Ellpeck opened 2 months ago

Ellpeck commented 2 months ago

See this PR and notably this failed run.

It seems like there's an issue with node trying to run the R executable somehow. Only things I've found out so far are that the error -8 is ENOEXEC, causes of which are usually a missing shebang or a missing +x flag (the latter of which seems impossible in our case, given R actually runs correctly for all previous tasks and the tests themselves).