You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ethereum): don't rely on exec'ing in /tmp (#19599)
Fixes and unflakes
src/composed/web3signer/e2e_multi_validator_node_key_store.test.ts
- Fix "Permission denied" error when deploying L1 contracts in our
docker compose scripts due to `/tmp` being mounted as noexec tmpfs
- Instead of copying solc binary to temp directory, we update
`foundry.toml` to use absolute path to the original location
Included:
- Copy `test/shouting.t.sol` to appease forge cache warnings about
missing source files
0 commit comments