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

sandbox: fix compatibility with NonStop systems #98

Closed
wants to merge 1 commit into from

Conversation

pks-t
Copy link
Member

@pks-t pks-t commented Aug 6, 2024

The NonStop platform does not have mkdtemp() available, which we rely on in build_sandbox_path(). Fix this issue by using mktemp() and mkdir() instead on this platform.

The NonStop platform does not have `mkdtemp()` available, which we rely
on in `build_sandbox_path()`. Fix this issue by using `mktemp()` and
`mkdir()` instead on this platform.
@pks-t
Copy link
Member Author

pks-t commented Aug 6, 2024

Ah, I didn't notice that @rsbeckerca has already created such a fix. Thanks, closing as a duplicate.

@pks-t pks-t closed this Aug 6, 2024
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 this pull request may close these issues.

1 participant