-
Notifications
You must be signed in to change notification settings - Fork 90
Update deprecated actions versions #3148
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
Conversation
Signed-off-by: Peter Colberg <[email protected]>
Signed-off-by: Peter Colberg <[email protected]>
Signed-off-by: Peter Colberg <[email protected]>
Reuse of the same artifact name is unsupported in upload-artifact@v4. Signed-off-by: Peter Colberg <[email protected]>
|
coding-style (c) fails due to |
Signed-off-by: Peter Colberg <[email protected]>
scripts/cover.sh
Outdated
|
|
||
| lcov --directory . --zerocounters | ||
| lcov -c -i -d . -o coverage.base | ||
| lcov -c -i -d . -o coverage.base --ignore-errors mismatch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need 'mismatch,mismatch' ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The work-around seems to pass, but now a unit test is failing due to a newer Python version. The underlying cause is that the workflows default to the latest Ubuntu version, which changed from 22.04 to 24.04 recently. I have now specified the exact version in the workflows, which allows for an orderly transition to Ubuntu 24.04.
The GitHub hosted runners now default to Ubuntu 24.04, which results in multiple, smaller failures in the C/C++ build and test workflow. Signed-off-by: Peter Colberg <[email protected]>
aa2890e to
c6dea9c
Compare
This expectedly failed again. We could use the version shipped by the linux-headers package. |
|
I think using the one included in the linux-headers package makes sense. |
cf514ff to
dcd84aa
Compare
checkpatch.pl may fail to download with HTTP 429 Too Many Requests. Signed-off-by: Peter Colberg <[email protected]>
dcd84aa to
e9b983b
Compare
See, e.g., Deprecation notice: v3 of the artifact actions.