Commit b9e677d
authored
Pass
Due to recent packaging changes to the blockchain plugin, the KEVM
performance script started to fail as it was using libraries provided by
brew and not nix on my local machine. The fix is to call `nix develop`
with `--ignore-environment`, which purges the path of any non-nix paths.
In general it is good practice to do this in any dev shells we call in
one of these scripts, as there is less likelihood of similar issues
arising.--ignore-environment to nix dev shells in performance scripts (#4041)1 parent 4c10181 commit b9e677d
File tree
2 files changed
+4
-4
lines changed- scripts
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments