Skip to content

Commit

Permalink
Fix the nitro CI builds.
Browse files Browse the repository at this point in the history
For some reason, the master branch of nitro won't build the contracts
if there are any remappings specified for a yul build.

This change removes the remappings for the yul build.
  • Loading branch information
eljobe committed May 6, 2024
1 parent 90037b9 commit d615424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ src = 'yul'
out = 'out/yul'
libs = ['node_modules', 'lib']
cache_path = 'forge-cache/yul'
remappings = []
auto_detect_remappings = false

[fmt]
number_underscore = 'thousands'
line_length = 100
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
5 changes: 0 additions & 5 deletions remappings.txt

This file was deleted.

0 comments on commit d615424

Please sign in to comment.