Skip to content

Commit

Permalink
MAINT(ci): Upgrade to Ubuntu 22.04 on Azure Pipelines
Browse files Browse the repository at this point in the history
For the previously used Ubuntu 20.04, it is only a matter of time until
they remove this VM image.
  • Loading branch information
Krzmbrzl committed Jul 6, 2024
1 parent a9c634f commit d1be065
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 10 deletions.
36 changes: 28 additions & 8 deletions .ci/azure-pipelines/install-environment_linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,31 @@

sudo apt-get update

sudo apt-get -y install build-essential g++-multilib ninja-build pkg-config \
qt5-default qttools5-dev qttools5-dev-tools libqt5svg5-dev \
libboost-dev libssl-dev libprotobuf-dev protobuf-compiler libprotoc-dev \
libcap-dev libxi-dev \
libasound2-dev libasound2-plugins libasound2-plugins-extra\
libogg-dev libsndfile1-dev libopus-dev libspeechd-dev \
libavahi-compat-libdnssd-dev libzeroc-ice-dev \
zsync appstream libpoco-dev
sudo apt -y install \
build-essential \
g++-multilib \
ninja-build \
pkg-config \
qtbase5-dev \
qttools5-dev \
qttools5-dev-tools \
libqt5svg5-dev \
libboost-dev \
libssl-dev \
libprotobuf-dev \
protobuf-compiler \
libprotoc-dev \
libcap-dev \
libxi-dev \
libasound2-dev \
libasound2-plugins \
libasound2-plugins-extra \
libogg-dev \
libsndfile1-dev \
libopus-dev \
libspeechd-dev \
libavahi-compat-libdnssd-dev \
libzeroc-ice-dev \
zsync \
appstream \
libpoco-dev
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/main-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
steps:
- template: steps_linux.yml

Expand Down
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
steps:
- template: steps_linux.yml

Expand Down

0 comments on commit d1be065

Please sign in to comment.