Skip to content
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

Include OS version in github action cache for cppcheck #1821

Merged
merged 2 commits into from
Mar 5, 2021

Conversation

matt335672
Copy link
Member

This change includes the OS version in the cppcheck cache name for the cppcheck github action.

This ensures that when ubuntu-latest is updated, we do not use the old cache - moving from 18.04 to 20.04 broke cppcheck as the symbol Z3_get_error_msg was removed from the Z3 library - see Z3Prover/z3#660

Copy link
Contributor

@aquesnel aquesnel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@matt335672 matt335672 merged commit 9221541 into neutrinolabs:devel Mar 5, 2021
@matt335672 matt335672 deleted the actions-cache-ver branch March 5, 2021 09:35
abitmore added a commit to bitshares/bitshares-core that referenced this pull request Jul 5, 2021
This fixes an issue when Github changes `ubuntu-latest` environment from `18.04` to `20.04`, and avoids similar issues in the future.
The fix is inspired by neutrinolabs/xrdp#1821 .
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