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

upgrade alpine to 3.16 #100

Closed
wants to merge 2 commits into from
Closed

Conversation

adrienlacombe
Copy link

No description provided.

Copy link
Contributor

@xchapron-ledger xchapron-ledger left a comment

Choose a reason for hiding this comment

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

This is a major change, probably changing some packet version underneath, probably gcc-arm-none-eabi and clang which can impact some projects.
Doing this should be done carefully.

Looking at the build logs, alpine 15 installs:

clang (12.0.1-r1)
gcc-arm-none-eabi (10.3.0-r0)

And alpine 16 installs:

clang (13.0.1-r1)
gcc-arm-none-eabi (11.2.0-r2)

@adrienlacombe
Copy link
Author

yes, agreed @xchapron-ledger for now I am just trying to see if this fixes my issues with python :)

@adrienlacombe
Copy link
Author

testing locally

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.

2 participants