-
Notifications
You must be signed in to change notification settings - Fork 7
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
Change minimum Tizen version 5.5 to 6.0 #66
Conversation
JSUYA
commented
Apr 25, 2024
- Remove Tizen 5.5 support.
- Remove Wearable support.
d8e2d28
to
5ca40dd
Compare
Hi @swift-kim I have a question. At download.tizen.org, there is a version difference between 5.5 and 6.5 libstdc++, but between 6.0 and 6.5 is not different. |
Everything looks fine but I think you need to clear the GitHub Actions cache (or do not delete The gclient sync hook should have generated a Tizen 5.5 sysroot in the default location ( |
Thanks. I will add
Because I changed the default version of generate_sysroot.py to 6.0, Tizen 6.0 sysroot is generated in src/sysroot, so I think the sysroot generated with gclient sync + hook is Tizen 6.0 sysroot. |
Because the sysroot is not generated again (overwritten) if already present (i.e. cached). Could you please refrain from force-pushing changes? It makes it difficult to track changes and thus is not good for reviewability. |
- Remove Tizen 5.5 support. - Remove Wearable support.
rebased pr |
@swift-kim Could you please approve?, if there is no more code that needs to be fixed. It seems to applied most of the reviews. |