Skip to content

Commit f2b9814

Browse files
committed
ci: bump machine size for snarkos
1 parent e1909b8 commit f2b9814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ commands:
6666
parameters:
6767
cache_key:
6868
type: string
69-
default: v3.3.1-rust-1.83.0-snarkos-stable-cache
69+
default: v4.0.0-rust-1.88.0-snarkos-stable-cache
7070
steps:
7171
- run: set -e
7272
- run:
@@ -93,7 +93,7 @@ commands:
9393
parameters:
9494
cache_key:
9595
type: string
96-
default: v3.3.1-rust-1.83.0-snarkos-stable-cache
96+
default: v4.0.0-rust-1.88.0-snarkos-stable-cache
9797
steps:
9898
- run: (sccache -s||true)
9999
- run: set +e
@@ -195,7 +195,7 @@ commands:
195195
jobs:
196196
snarkos:
197197
executor: rust-docker
198-
resource_class: << pipeline.parameters.large >>
198+
resource_class: << pipeline.parameters.twoxlarge >>
199199
steps:
200200
- run_serial:
201201
workspace_member: .

0 commit comments

Comments
 (0)