-
Notifications
You must be signed in to change notification settings - Fork 40
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
add option to disable opam sandboxing #6
Comments
That sounds useful. Out of interest, can you use this action within a GH Action in Docker mode, or is this for running the action locally? |
Running this in Docker on GH Actions I couldn't get past the opam init |
@avsm If you agree with this idea, I will add an implementation for this. Well, it will be implemented as an input only available on Ubuntu and macOS, as there is no option other than disabled on Windows. |
This will be supported in the next version. |
+1 on this, would be really useful for testing locally |
The functionality that allows us to do this will finally be introduced in v2. |
It would be useful to have an option to init opam with the
--disable-sandboxing
flag, allowing this action to be used inside docker containersThe text was updated successfully, but these errors were encountered: