Commit 5b38b2be authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

contracts-bedrock: omit build-info (#9115)

* contracts-bedrock: omit build-info

The `build-info` was required by the legacy hh deploy workflow.
It is no longer required and will save a lot of disk i/o by turning
off. `slither` uses build-info but it will clean and pass the cli
flag to `forge` directly. We do not need to create the build info
on each build. This should speed up foundry build times but not
by a huge amount.

* slither: fix
parent 69242f9e
......@@ -24,7 +24,6 @@ remappings = [
]
extra_output = ['devdoc', 'userdoc', 'metadata', 'storageLayout']
bytecode_hash = 'none'
build_info = true
build_info_path = 'artifacts/build-info'
# Test / Script Runner Settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment