File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5555 command : |
5656 bash <(curl -s https://codecov.io/bash)
5757 e2e-zeppelin :
58- machine : true
58+ machine :
59+ image : ubuntu-2204:2024.01.1
60+ resource_class : large
5961 environment :
6062 NODE_OPTIONS : --max_old_space_size=8192
6163 steps :
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ class DataCollector {
9999 opcodes [ key ] = viaIR ;
100100 }
101101
102+ for ( let i = 1 ; i <= 16 ; i ++ ) {
103+ const key = "SWAP" + i ;
104+ opcodes [ key ] = viaIR ;
105+ }
106+
102107 return opcodes ;
103108 }
104109
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set -o errexit
88# Get rid of any caches
99sudo rm -rf node_modules
1010echo " NVM CURRENT >>>>>" && nvm current
11- nvm use 18
11+ nvm use 20
1212
1313# Use PR env variables (for forks) or fallback on local if PR not available
1414SED_REGEX=
" s/[email protected] :/https:\/\/github.com\//"
You can’t perform that action at this time.
0 commit comments