-
Notifications
You must be signed in to change notification settings - Fork 17
Check non-public API usage #140
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
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
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.
👍 Wow It's pretty GOOD!
Great! How about making a docker project for the CI environment? I think it needs to be managed like code. |
@WonyoungChoi I found it really complicated to use Docker along with Azure Pipelines when I was initially setting up the CI. I can't exactly remember why I thought in that way at the time. You may search for the "container" keyword in the YAML schema documentation. |
@swift-kim How about using |
@WonyoungChoi The difference between GitHub Actions and Azure Pipelines is that GitHub Actions only supports stateless build while Azure Pipelines supports both stateless and stateful (incremental, self-hosted) builds. I initially tried to use GitHub Actions for engine build but it couldn't even download a Docker image (https://github.com/flutter-tizen/tizen_tools/pull/3) because of the storage limit, and even if it could have downloaded the image, every build would have taken more than 60 minutes. So using GitHub Actions or anything similar to it was not a feasible option. I had three options when I was choosing the CI system that supports stateful (self-hosted) build.
You probably know why I chose Azure Pipelines out of these. |
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder binary (wearable only).
Check if any undocumented API is used by the engine or the embedder
binary (wearable only).
Contributes to #89.
Related to flutter-tizen/flutter-tizen#21.
The content of the
check_symbols.py
file pre-installed to the CI server is as follows: