Skip to content

[workspace-optimizer]: build fails if workspaces inside contracts/* hold path dependencies other than contracts/* paths #88

Closed
@ever0de

Description

@ever0de

If internal crates exist other than contracts/*, it seems that workspace-optimizer doesn't build with wasm target.
It appears to be building with no_std, not wasm.

ex path tree)

├── contracts
│   └── counter-contract
├── crates
│   ├── msg

Here workspace-optimizer will fail if counter-contract is holding msg as path dependency.

Does anyone know anything about this?

Metadata

Metadata

Assignees

No one assigned

    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