Skip to content

Commit

Permalink
build: Set owner on /usr/local/cargo/registry/ in Dev Container (#5018)
Browse files Browse the repository at this point in the history
Co-authored-by: eitsupi <50911393+eitsupi@users.noreply.github.com>
  • Loading branch information
richb-hanover and eitsupi authored Jan 13, 2025
1 parent 02e8e58 commit 02deda5
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 /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 02deda5

Please # to comment.