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

Fix /tmp/ dir mounting on macos in docker #78

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

sangaline
Copy link
Contributor

The os.tmpdir() call was returning a path under /var/folders/ on macs, so the Circomspect output was ending up in a different location than the CLI was expecting it. This hardcodes the path to /tmp/ which is effectively all we support at the moment. Windows support outside of WSL will be more complicated because it will require further path rewriting.

@sangaline sangaline merged commit 3b6dbd9 into main Feb 24, 2024
5 checks passed
@sangaline sangaline deleted the ews-fix-tmp-dir-mounting-on-macos branch February 24, 2024 22:08
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