Skip to content

Commit

Permalink
ci: allow privilege for CLONE_NEWPID | CLONE_NEWNET
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jun 21, 2021
1 parent 3e1d761 commit 189ba22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/azure-pipelines/product-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,15 @@ resources:
- container: vscode-x64
image: vscodehub.azurecr.io/vscode-linux-build-agent:bionic-x64
endpoint: VSCodeHub
options: --user 0:0
options: --user 0:0 --cap-add SYS_ADMIN
- container: vscode-arm64
image: vscodehub.azurecr.io/vscode-linux-build-agent:stretch-arm64
endpoint: VSCodeHub
options: --user 0:0 --cap-add SYS_ADMIN
- container: vscode-armhf
image: vscodehub.azurecr.io/vscode-linux-build-agent:stretch-armhf
endpoint: VSCodeHub
options: --user 0:0 --cap-add SYS_ADMIN
- container: snapcraft
image: snapcore/snapcraft:stable

Expand Down

0 comments on commit 189ba22

Please sign in to comment.