mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Install bubblewrap and socat in Linux CI pipelines
These are required for terminal sandbox integration tests.
This commit is contained in:
@@ -41,7 +41,9 @@ jobs:
|
||||
libxkbfile-dev \
|
||||
libkrb5-dev \
|
||||
libgbm1 \
|
||||
rpm
|
||||
rpm \
|
||||
bubblewrap \
|
||||
socat
|
||||
sudo cp build/azure-pipelines/linux/xvfb.init /etc/init.d/xvfb
|
||||
sudo chmod +x /etc/init.d/xvfb
|
||||
sudo update-rc.d xvfb defaults
|
||||
|
||||
Reference in New Issue
Block a user