Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ellpeck opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working CI Addresses the CI help wanted Extra attention is needed

Comments

@Ellpeck
Copy link
Member

Ellpeck commented Oct 2, 2024

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).

@Ellpeck Ellpeck added bug Something isn't working help wanted Extra attention is needed CI Addresses the CI labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI Addresses the CI help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant