-
Notifications
You must be signed in to change notification settings - Fork 448
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
Fix dependencies and run native tests #2490
Conversation
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.
Looks good, Thanks @i-walker. I have a couple questions about the tasks. The tasks generated for the new targets seem to have other naming conventions as the others.
.github/workflows/pull_request.yml
Outdated
tvos_and_watchos: | ||
|
||
tvos: |
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.
Why are we splitting this up? Is this taking so much longer than macos + ios
?
Adding more macos-latest
jobs will really slow down the build, since there is a low limit on how much we can run in parallel.
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.
yes, either that or I up the wait time
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.
Yes, let's combine them. Feel free to also move JS job into the Linux job at the same time.
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.
How come we're deleting getTimeMillis
for all native targets?
Strange I was never able to define this in nativeMain
. Nice!
removed watchosArm64 target due to #2491