forked from foundry-rs/foundry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forge: configurable build-info path (foundry-rs#2223)
* forge: configurable build-info path Allows the user to configure the output path of the emitted build-info files. This is useful because tooling that integrates with hardhat expects the `build-info` directory to exist at a particular location and `forge` by default outputs it at a different location. A new cli flag to `forge build` is added: `--build-info-path`. It is implemented as an `Option<PathBuf>` so that `ethers-rs` can handle the default values for it when it is not configured. * bump ethers Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
- Loading branch information
Showing
6 changed files
with
49 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters