Skip to content

Commit a46a0d3

Browse files
damyanpalsepkow
authored andcommitted
Explicitly install g++-9 on linux images (#7889)
This is no longer included by default on the build images.
1 parent 6b8f678 commit a46a0d3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ stages:
115115
displayName: 'Installing dependencies'
116116
condition: eq(variables['image'], variables['linux'])
117117
118+
- bash: |
119+
sudo apt-get install g++-9 -y
120+
displayName: 'Installing g++-9'
121+
condition: and(eq(variables['CXX'], 'g++-9'), eq(variables['image'], variables['linux']))
122+
118123
- bash: |
119124
brew update
120125
brew install ninja

0 commit comments

Comments
 (0)