-
Notifications
You must be signed in to change notification settings - Fork 56
github: workflows: Use recent Ubuntu & GCC #220
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
base: development
Are you sure you want to change the base?
Conversation
|
Please add some more details for the change(in PR description or commit text) |
f02cc05 to
0dfea54
Compare
|
This pull request has been marked as stale due to 60 days of inactivity. |
Newer compiler versions include various improvements, ranging from codegen and support for newer arch extensions to improved warning messages, which help keep the code less buggy. Stop using the six year old GCC 7.5, in favor of using whatever newest revision the distribution decides to ship. Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
0dfea54 to
63f422f
Compare
|
@quic-kdybcio can you please rebase on top of development branch? |
|
The vanilla GCC part doesn't apply anymore (apart from a leftover rm linaro-gcc in |
@quic-mtharu, would need your suggestions here. I believe earlier it was ubuntu-latest and then it was moved to ubuntu-22.04 due to some upgrade issues. |
|
@ekanshibu and @quic-kdybcio, Let’s keep using ubuntu-22.04 for now. |
No description provided.