multiversx / mx-sdk-rust-contract-builder

Docker image (and wrappers) for reproducible contract builds (Rust).
MIT License
1 stars 2 forks source link

Fix packaging of source code (package whole workspace when needed) #44

Closed andreibancioiu closed 9 months ago

andreibancioiu commented 9 months ago

This allows one to have reproducible builds for contracts that exist within Cargo workspaces that are subject to issue https://github.com/multiversx/mx-sdk-rust-contract-builder/issues/43.

Related to: https://github.com/multiversx/mx-sdk-rust-contract-builder/pull/42.