Skip to content

chore(core): avoid building kmc unless running tests #8272

@mcdurdin

Description

@mcdurdin

Currently, core/build.sh has a dependency on kmc and other node-based projects. These are used only for unit tests, so should not be built or referenced unless doing ./build.sh test. But at present, core/tests/unit/ldml//keyboards/meson.build includes a configure() step that references kmc.

Ideally, this configure step should be reorganised to only run before running tests, rather than in the meson configure process.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions