Skip to content

Commit a00d2fa

Browse files
authored
Merge pull request #182 from OffchainLabs/fix-ci
fix: yul remapping issue
2 parents 89f7655 + b9e21f0 commit a00d2fa

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Diff for: foundry.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@ optimizer = true
88
optimizer_runs = 100
99
via_ir = false
1010
solc_version = '0.8.9'
11+
remappings = ['ds-test/=lib/forge-std/lib/ds-test/src/',
12+
'forge-std/=lib/forge-std/src/',
13+
'@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/',
14+
'@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/']
1115

1216
[profile.yul]
1317
src = 'yul'
1418
out = 'out/yul'
1519
libs = ['node_modules', 'lib']
1620
cache_path = 'forge-cache/yul'
21+
remappings = []
22+
auto_detect_remappings = false
1723

1824
[fmt]
1925
number_underscore = 'thousands'
2026
line_length = 100
21-
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
27+
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

Diff for: remappings.txt

-5
This file was deleted.

0 commit comments

Comments
 (0)