VM update January 2023 (#28895)

* Add libxcb-cursor-dev from https://github.com/microsoft/vcpkg/pull/28536/

* Update Pools.
This commit is contained in:
Billy O'Neal 2023-01-13 13:56:26 -08:00 committed by GitHub
parent 92225e6ce4
commit d73cbb6a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# SPDX-License-Identifier: MIT
#
variables:
windows-pool: 'PrWin-2022-12-18'
linux-pool: 'PrLin-2022-12-17'
windows-pool: 'PrWin-2023-01-12'
linux-pool: 'PrLin-2023-01-12'
osx-pool: 'PrOsx-2022-02-04'
parameters:

View File

@ -47,6 +47,9 @@ APT_PACKAGES="$APT_PACKAGES libxkbcommon-dev libxcb-keysyms1-dev \
libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev \
libxcb-render-util0-dev libxcb-xinerama0-dev libxcb-xkb-dev libxcb-xinput-dev"
## required by xcb feature in qtbase
APT_PACKAGES="$APT_PACKAGES libxcb-cursor-dev"
## required by libhdfs3
APT_PACKAGES="$APT_PACKAGES libkrb5-dev"