Skip to content

Consider removing tc39/test262 submodule and download lazily #3095

Closed
@mattsse

Description

@mattsse

Due to how cargo handles submodules (or rather doesn't): rust-lang/cargo#4247

a fresh cargo build with boa as git dependency boa { git = "..."} will download all submodules and it takes some time to download https://github.com/tc39/test262

Perhaps it's possible to download the repo lazily instead, for example:

dtolnay/syn#183

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions