We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package
On WSL2, running build-verifiable-ink -i ghcr.io/web3labs/ink-verifier . creates directory that is owned by root and cannot be removed by a use
build-verifiable-ink -i ghcr.io/web3labs/ink-verifier .
root
$ rm -rf package rm: cannot remove 'package/src/Cargo.toml': Permission denied rm: cannot remove 'package/src/lib.rs': Permission denied $ ls -al total 24 drwxr-xr-x 3 mateusz mateusz 4096 May 17 16:28 . drwxr-xr-x 7 mateusz mateusz 4096 Apr 14 10:19 .. -rw-r--r-- 1 mateusz mateusz 967 Apr 14 10:19 Cargo.toml -rw-r--r-- 1 mateusz mateusz 7206 Apr 14 10:19 lib.rs drwxr-xr-x 3 root root 4096 May 17 16:28 package
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On WSL2, running
build-verifiable-ink -i ghcr.io/web3labs/ink-verifier .
creates directory that is owned byroot
and cannot be removed by a useThe text was updated successfully, but these errors were encountered: