Skip to content

Commit

Permalink
fix(devcontainer): chown regression for make codegen (#13375)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <alan@clucas.org>
Signed-off-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
  • Loading branch information
Joibel and agilgur5 committed Sep 20, 2024
1 parent 415fe15 commit 74708c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ sudo apt install -y protobuf-compiler

# Make sure go path is owned by vscode
sudo chown vscode:vscode /home/vscode/go || true
sudo chown vscode:vscode /home/vscode/go/src || true
sudo chown vscode:vscode /home/vscode/go/src/github.com || true

# download dependencies and do first-pass compile
CI=1 kit pre-up
Expand Down

0 comments on commit 74708c7

Please sign in to comment.