Skip to content

ci: pre-emptively fix the "static-analysis" job #3036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2021

Conversation

dscho
Copy link
Member

@dscho dscho commented Feb 11, 2021

GitHub Actions is transitioning workflow steps that run on 'ubuntu-latest' from 18.04 to 20.04, which unfortunately does not have a coccinelle package yet. Let's use 18.04 for this job, then.

GitHub Actions is transitioning workflow steps that run on
'ubuntu-latest' from 18.04 to 20.04 [1].

This works fine in all steps except the static-analysis one, 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.

[1]: actions/runner-images#1816

Reported-by: Junio C Hamano <[email protected]>
Signed-off-by: Taylor Blau <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
@dscho dscho merged commit 6504a94 into git-for-windows:main Feb 11, 2021
git-for-windows-ci pushed a commit that referenced this pull request Feb 11, 2021
ci: pre-emptively fix the "static-analysis" job
@gitgitgadget gitgitgadget bot deleted the tb/ci-run-cocci-with-18.04 branch August 18, 2023 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants