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

Run Scala 3 / Native job on macOS #440

Merged

Conversation

armanbilge
Copy link

@armanbilge armanbilge commented Mar 8, 2023

The GHA macOS runner has 2x more RAM than the ubuntu runner.

@armanbilge armanbilge closed this Mar 8, 2023
@armanbilge armanbilge reopened this Mar 8, 2023
@armanbilge armanbilge closed this Mar 8, 2023
@armanbilge armanbilge reopened this Mar 8, 2023
@armanbilge armanbilge changed the title Set native link concurrent restriction Run Scala 3 / Native job on macOS Mar 17, 2023

ThisBuild / githubWorkflowBuildMatrixInclusions +=
MatrixInclude(Map("scala" -> scala3, "java" -> temurin11.render, "project" -> "rootNative"),
Map("os" -> "macos-latest")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ufff, interesting, so native can only run on macos?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is that on GHA, the free ubuntu runner only has 7 GB of RAM, but free macOS runner gets 14 GB of RAM. 7 GB just isn't enough for LLVM compiler I guess ...

@cquiroz
Copy link
Owner

cquiroz commented Mar 18, 2023

Thanks a lot. There is a pending build task but I'll merge it anyway

@cquiroz cquiroz merged commit ab68276 into cquiroz:master Mar 18, 2023
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