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

update command that use subprocess #57

Closed
pradal opened this issue May 13, 2024 · 1 comment · Fixed by #58
Closed

update command that use subprocess #57

pradal opened this issue May 13, 2024 · 1 comment · Fixed by #58
Assignees

Comments

@pradal
Copy link
Contributor

pradal commented May 13, 2024

command.py that runs scons and cmake, use a deprecated function of subprocess : call.
This is deprecated and we need to move to subprocess.run

@pradal
Copy link
Contributor Author

pradal commented May 13, 2024

We suspect that caribu CI fails due to a wait that is not respected.
See https://docs.python.org/3/library/subprocess.html#subprocess.call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants