File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 55
55
command : |
56
56
bash <(curl -s https://codecov.io/bash)
57
57
e2e-zeppelin :
58
- machine : true
58
+ machine :
59
+ image : ubuntu-2204:2024.01.1
60
+ resource_class : large
59
61
environment :
60
62
NODE_OPTIONS : --max_old_space_size=8192
61
63
steps :
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ class DataCollector {
99
99
opcodes [ key ] = viaIR ;
100
100
}
101
101
102
+ for ( let i = 1 ; i <= 16 ; i ++ ) {
103
+ const key = "SWAP" + i ;
104
+ opcodes [ key ] = viaIR ;
105
+ }
106
+
102
107
return opcodes ;
103
108
}
104
109
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set -o errexit
8
8
# Get rid of any caches
9
9
sudo rm -rf node_modules
10
10
echo " NVM CURRENT >>>>>" && nvm current
11
- nvm use 18
11
+ nvm use 20
12
12
13
13
# Use PR env variables (for forks) or fallback on local if PR not available
14
14
SED_REGEX=
" s/[email protected] :/https:\/\/github.com\//"
You can’t perform that action at this time.
0 commit comments