diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-07-01 10:53:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 10:53:10 -0700 |
| commit | 532db1d8f7a5ac7d415fd9feccb7d1ee4377c9f3 (patch) | |
| tree | b9de86b0ec94aa7ff4c3cd07c2531a9920328403 /scripts/azure-pipelines/linux | |
| parent | 0084acc75da5fe831f90c0c16fcb3ce46fb8a533 (diff) | |
| download | vcpkg-532db1d8f7a5ac7d415fd9feccb7d1ee4377c9f3.tar.gz vcpkg-532db1d8f7a5ac7d415fd9feccb7d1ee4377c9f3.zip | |
[vcpkg] VM Update (#12176)
* [qt5] Add more dependent Linux packages for https://github.com/microsoft/vcpkg/pull/11596/
* [vcpkg] Add LLVM 10 to Windows CI machines for https://github.com/microsoft/vcpkg/pull/11655/
* [vcpkg] Add missing Param block to InstallLLVM function.
* [vcpkg] Add throw after all Write-Error calls for consistency with https://github.com/microsoft/vcpkg/pull/12172
Diffstat (limited to 'scripts/azure-pipelines/linux')
| -rwxr-xr-x | scripts/azure-pipelines/linux/provision-image.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/linux/provision-image.sh b/scripts/azure-pipelines/linux/provision-image.sh index 0fa7edbf7..5a59161e6 100755 --- a/scripts/azure-pipelines/linux/provision-image.sh +++ b/scripts/azure-pipelines/linux/provision-image.sh @@ -20,7 +20,8 @@ APT_PACKAGES="$APT_PACKAGES libxext-dev libxfixes-dev libxrender-dev \ # Additionally required by qt5-base for qt5-x11extras APT_PACKAGES="$APT_PACKAGES libxkbcommon-dev libxcb-keysyms1-dev \ libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync0-dev \ - libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev libxcb-render-util0-dev" + libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev \ + libxcb-render-util0-dev libxcb-xinerama0-dev libxcb-xkb-dev libxcb-xinput-dev" # Additionally required by libhdfs3 APT_PACKAGES="$APT_PACKAGES libkrb5-dev" |
