Skip to content

Commit

Permalink
Set owner on /usr/local/cargo/registry/ as well
Browse files Browse the repository at this point in the history
  • Loading branch information
richb-hanover committed Nov 22, 2024
1 parent 364f8f6 commit 8e46b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
],
"postCreateCommand": {
"set-ownership": "sudo chown vscode target",
"set-ownership": "sudo chown vscode target; sudo chown vscode /usr/local/cargo/registry/",
"install-python-deps": "task install-maturin",
// Disabling because of the issues in #3709
// "install-python-deps": "task install-maturin && task install-pre-commit && pre-commit install-hooks",
Expand Down

0 comments on commit 8e46b98

Please sign in to comment.