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

Fix dependencies and run native tests #2490

Merged
merged 18 commits into from
Sep 14, 2021
Merged

Fix dependencies and run native tests #2490

merged 18 commits into from
Sep 14, 2021

Conversation

i-walker
Copy link
Member

@i-walker i-walker commented Sep 13, 2021

removed watchosArm64 target due to #2491

Copy link
Member

@nomisRev nomisRev left a 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 Show resolved Hide resolved
.github/workflows/pull_request.yml Outdated Show resolved Hide resolved
Comment on lines 175 to 178
tvos_and_watchos:

tvos:
Copy link
Member

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.

Copy link
Member Author

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

Copy link
Member

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.

Copy link
Member

@nomisRev nomisRev left a 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!

@i-walker i-walker requested review from nomisRev and a team September 14, 2021 07:28
@nomisRev nomisRev merged commit 2f7094e into main Sep 14, 2021
@nomisRev nomisRev deleted the fix-main branch September 14, 2021 16:44
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