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

Build "lite" binary based on "deno_runtime" in CI #8757

Closed
bartlomieju opened this issue Dec 14, 2020 · 1 comment
Closed

Build "lite" binary based on "deno_runtime" in CI #8757

bartlomieju opened this issue Dec 14, 2020 · 1 comment
Assignees
Labels
build build system or continuous integration related cli related to cli/ dir

Comments

@bartlomieju
Copy link
Member

Now that "deno_runtime" crate has landed we should add new CI stage that would produce "lite" version of binary that could be used for the purposes of "deno compile" subcommand. This lite binary should use only FsModuleLoader or EmbeddedModuleLoader in case of self-contained binary. It's likely that some code from cli/standalone.rs would have to be moved to runtime/.

CC @lucacasonato

@bartlomieju bartlomieju added build build system or continuous integration related cli related to cli/ dir labels Dec 14, 2020
@bartlomieju bartlomieju mentioned this issue Dec 18, 2020
22 tasks
@bartlomieju bartlomieju self-assigned this Dec 19, 2020
@bartlomieju
Copy link
Member Author

Done in #9041

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build build system or continuous integration related cli related to cli/ dir
Projects
None yet
Development

No branches or pull requests

1 participant