Skip to content

Commit

Permalink
VM update January 2023 (microsoft#28895)
Browse files Browse the repository at this point in the history
* Add libxcb-cursor-dev from microsoft#28536

* Update Pools.
  • Loading branch information
BillyONeal authored Jan 13, 2023
1 parent 92225e6 commit d73cbb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions scripts/azure-pipelines/linux/provision-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d73cbb6

Please sign in to comment.