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

CI build fail on shared sources test #482

Open
hvge opened this issue Sep 15, 2022 · 1 comment
Open

CI build fail on shared sources test #482

hvge opened this issue Sep 15, 2022 · 1 comment
Assignees

Comments

@hvge
Copy link
Member

hvge commented Sep 15, 2022

Build action on Github sometimes fail on the step that tests whether shared sources are consistent:

"${SRC_ROOT}/proj-xcode/copy-shared-sources.sh" --test

The problem is the method that compare sources use file modification time and this is insufficient. The time may vary on new cloned repository.

@hvge hvge self-assigned this Sep 15, 2022
@hvge
Copy link
Member Author

hvge commented Sep 16, 2022

We should also split workflow actions to multiple separate jobs to do not exceed 20 minutes. It looks like github kills such iOS builds that take too long to complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant