Skip to content

Commit e80f357

Browse files
ttaylorrdscho
authored andcommitted
azure-pipeline: run static-analysis on bionic
This is a backport of d051ed7 (.github/workflows/main.yml: run static-analysis on bionic, 2021-02-08) to the Azure Pipeline. When Azure Pipelines' build agents transitioned 'ubuntu-latest' from 18.04 to 20.04, it broke our `static-analysis` job, since Coccinelle isn't available on Ubuntu focal (it is only available in the universe suite). Until Coccinelle can be installed from 20.04's main suite, pin the static-analysis build to run on 18.04, where it can be installed by default. Signed-off-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cf4ebf9 commit e80f357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
displayName: StaticAnalysis
366366
condition: succeeded()
367367
pool:
368-
vmImage: ubuntu-latest
368+
vmImage: ubuntu-18.04
369369
steps:
370370
- bash: |
371371
sudo apt-get update &&

0 commit comments

Comments
 (0)