Skip to content

Commit

Permalink
VM Update October 2022 (microsoft#27212)
Browse files Browse the repository at this point in the history
* Add libtool-bin as requested in microsoft#26923

* Update pools.
  • Loading branch information
BillyONeal authored Oct 14, 2022
1 parent 962dc0c commit 6d2d1dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-09-20'
linux-pool: 'PrLin-2022-09-25'
windows-pool: 'PrWin-2022-10-12'
linux-pool: 'PrLin-2022-10-12'
osx-pool: 'PrOsx-2022-02-04'

parameters:
Expand Down
2 changes: 1 addition & 1 deletion scripts/azure-pipelines/linux/provision-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ APT_PACKAGES="git curl zip unzip tar"
APT_PACKAGES="$APT_PACKAGES at libxt-dev gperf libxaw7-dev cifs-utils \
build-essential g++ gfortran libx11-dev libxkbcommon-x11-dev libxi-dev \
libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxinerama-dev libxxf86vm-dev \
libxcursor-dev yasm libnuma1 libnuma-dev \
libxcursor-dev yasm libnuma1 libnuma-dev libtool-bin \
flex bison libbison-dev autoconf libudev-dev libncurses5-dev libtool libxrandr-dev \
xutils-dev dh-autoreconf autoconf-archive libgles2-mesa-dev ruby-full \
pkg-config meson nasm cmake ninja-build"
Expand Down

0 comments on commit 6d2d1dc

Please sign in to comment.