File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ commands:
61
61
path :
62
62
description : Go module cache path
63
63
type : string
64
- default : /go/mod/cache
64
+ default : /home/circleci/ go/pkg/mod
65
65
after_download :
66
66
description : List of steps to run after downloading go modules
67
67
type : steps
@@ -121,25 +121,12 @@ commands:
121
121
command : just install
122
122
working_directory : rvsol/lib/optimism/packages/contracts-bedrock
123
123
124
- setup-environment :
125
- steps :
126
- - run :
127
- name : Create cache dir
128
- command : mkdir -p /go/pkg/mod
129
- - run :
130
- name : Setup GOMODCACHE
131
- command : echo 'export GOMODCACHE=/go/pkg/mod' >> $BASH_ENV
132
- - run :
133
- name : Sanity check go mod cache path
134
- command : test "$(go env GOMODCACHE)" == "/go/pkg/mod" # yes, it's an odd path
135
-
136
124
jobs :
137
125
contracts-bedrock-build :
138
126
executor : default
139
127
resource_class : xlarge
140
128
steps :
141
129
- checkout-with-monorepo
142
- - setup-environment
143
130
- install-dependencies
144
131
- run :
145
132
name : Check L1 geth version
@@ -180,7 +167,6 @@ jobs:
180
167
executor : default
181
168
steps :
182
169
- checkout-with-monorepo
183
- - setup-environment
184
170
- install-dependencies
185
171
- install-go-modules :
186
172
from : rvsol/lib/optimism/go.sum
@@ -206,14 +192,12 @@ jobs:
206
192
steps :
207
193
- checkout
208
194
- install-dependencies
209
- - setup-environment
210
195
- install-go-modules
211
196
212
197
op-program-riscv :
213
198
executor : default
214
199
steps :
215
200
- checkout-with-monorepo
216
- - setup-environment
217
201
- install-dependencies
218
202
- install-go-modules :
219
203
from : rvsol/lib/optimism/go.sum
@@ -236,7 +220,6 @@ jobs:
236
220
- checkout
237
221
- attach_workspace :
238
222
at : /tmp/workspace
239
- - setup-environment
240
223
- install-dependencies
241
224
- install-go-modules
242
225
- run :
@@ -349,7 +332,6 @@ jobs:
349
332
- attach_workspace :
350
333
at : /tmp/workspace
351
334
- checkout-with-monorepo
352
- - setup-environment
353
335
- install-dependencies
354
336
- install-go-modules :
355
337
from : rvsol/lib/optimism/go.sum
You can’t perform that action at this time.
0 commit comments