-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error: Operation not permitted #34
Comments
I got information on Ocaml Discord: https://osxdaily.com/2018/10/09/fix-operation-not-permitted-terminal-error-macos/ This seems to be a restriction by the OS. Not sure how to circumvent this error yet. |
I will disable the execution of the refabricate binary for now, to finally get unblocked. In the near future, Unit test shall be introduced. Any advice is wellcome! |
@yawaramin mentioned a similar issue on discord, which he solved by splitting up compilation and execution into separate steps. |
I tested this approach on |
GitHub Action yields errors when running test on mac-latest like the following:
Error: /Users/runner/runners/2.165.2/work/refabricator/refabricator/generated/p2.md.html: Operation not permitted
This error seems to come from
refabricator/lib/factories.file
.I don't really know why this happens. Any idea/help is appreciated.
The text was updated successfully, but these errors were encountered: