mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
edited chrome sandbox path
This commit is contained in:
@@ -66,8 +66,10 @@ jobs:
|
||||
npm_config_clang: 1
|
||||
displayName: Build Atom
|
||||
|
||||
- script: sudo find . -name "*chrome-sandbox*"
|
||||
displayName: Tweaking chrome-sandbox binary
|
||||
- script: |
|
||||
sudo chown root ./out/atom*-amd64/chrome-sandbox
|
||||
chmod 4755 ./out/atom*-amd64/chrome-sandbox
|
||||
displayName: Tweaking chrome-sandbox binary
|
||||
|
||||
- script: script/test --no-sandbox
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user