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 running on JS release mode #522

Merged
merged 2 commits into from
Jan 10, 2022

Conversation

romanowski
Copy link
Member

Fixes #256

@romanowski romanowski force-pushed the scalajs/release-mode branch 2 times, most recently from dbcab5c to 7683d85 Compare January 3, 2022 16:04
@romanowski romanowski marked this pull request as ready for review January 4, 2022 08:47
@@ -365,7 +368,7 @@ trait CliLaunchers extends SbtModule { self =>
}

def nativeImage =
if (Properties.isLinux && arch == "x86_64")
if (Properties.isLinux && arch == "x86_64" && isCI)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we want to build linux-docker-image only in CI?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is oposite - we do not want to use docker on local development since it takes ages to build the project

@romanowski romanowski merged commit 9b56d4c into VirtusLab:master Jan 10, 2022
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.

Execution of Scala.js fails and hangs in release mode
2 participants