chore: refine the reproducible builds and add it to the release workflow (#13947)

This commit is contained in:
Moe Mahhouk
2025-01-23 18:47:01 +01:00
committed by GitHub
parent 28cf43cdcc
commit b97d9b4d2e
4 changed files with 68 additions and 37 deletions

View File

@ -289,13 +289,6 @@ codegen-units = 1
inherits = "release"
lto = "fat"
[profile.reproducible]
inherits = "release"
debug = false
panic = "abort"
codegen-units = 1
overflow-checks = true
[workspace.dependencies]
# reth
op-reth = { path = "crates/optimism/bin" }