fix(ci): run sharness on bigger box
Marcin Rataj committed
Jul 6, 2022 at 19:04 UTC
ab25bce1e792a5ac7ed9f1392b167e9491b0ee7b
1 file changed
+2
-2
.circleci/config.yml
+2
-2
@@ -9,11 +9,11 @@ jobs:
9
- checkout
10
- run:
11
name: Generate params
12
- # for builds on the ipfs/go-ipfs repo, use 2xlarge for faster builds
12
+ # for builds on the ipfs/kubo repo, use 2xlarge for faster builds
13
# but since this is not available for many contributors, we otherwise use medium
14
command: |
15
echo $CIRCLE_REPOSITORY_URL
16
- if [ "$CIRCLE_REPOSITORY_URL" = 'git@github.com:ipfs/go-ipfs.git' ]; then
16
+ if [ "$CIRCLE_REPOSITORY_URL" = 'git@github.com:ipfs/kubo.git' ]; then
17
resource_class=2xlarge
18
make_jobs=10
19
else