Skip to content

Commit

Permalink
Update GCC version for Debian builds
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleHuba committed Apr 28, 2024
1 parent 36ef0ad commit 0a05596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stages:
steps:
- bash: |
sudo apt-get update
sudo apt-get install -y build-essential gcc-10 g++-10 cmake \
sudo apt-get install -y build-essential gcc g++ cmake \
ninja-build libgtk-3-dev libpoppler-glib-dev libxml2-dev \
portaudio19-dev libsndfile-dev liblua5.3-dev \
libzip-dev gettext lsb-release librsvg2-dev help2man \
Expand All @@ -76,7 +76,7 @@ stages:
build_type: 'RelWithDebInfo'
cmake_flags: '-DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_GTEST=ON -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR="TGZ;DEB"'
cmake_commands: '--target package'
gcc_version: '10'
gcc_version: '12'
- task: PublishPipelineArtifact@1
inputs:
artifactName: 'linux-debian-packages'
Expand Down

0 comments on commit 0a05596

Please sign in to comment.