Skip to content

Commit

Permalink
Port work-around for Ubuntu 18.04 Azure CI built bot breaking builds (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ju authored May 21, 2021
1 parent 005458e commit 0b91b9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- checkout: self
lfs: true
fetchDepth: 1
# This is to work-around issue: https://github.com/actions/virtual-environments/issues/3376
# Once the Ubuntu 18.04 build bot image is fixed, we can remove this work-around.
- script: |
sudo apt remove libgcc-11-dev gcc-11
displayName: Remove GCC 11 (work-around)
- task: PowerShell@2
displayName: 'Set ICU Version'
inputs:
Expand Down Expand Up @@ -111,6 +116,11 @@ jobs:
- checkout: self
lfs: true
fetchDepth: 1
# This is to work-around issue: https://github.com/actions/virtual-environments/issues/3376
# Once the Ubuntu 18.04 build bot image is fixed, we can remove this work-around.
- script: |
sudo apt remove libgcc-11-dev gcc-11
displayName: Remove GCC 11 (work-around)
- task: PowerShell@2
displayName: 'Set ICU Version'
inputs:
Expand Down

0 comments on commit 0b91b9a

Please sign in to comment.