Skip to content

Commit

Permalink
fix(ci): faster gobuild job
Browse files Browse the repository at this point in the history
this should make it take way less time without
the need for rewriting make cmd/ipfs-try-build
  • Loading branch information
lidel committed Jan 19, 2022
1 parent bc7ddef commit 32eb6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ executors:
jobs:
gobuild:
executor: golang
resource_class: 2xlarge+
steps:
- checkout
- *make_out_dirs
Expand Down

0 comments on commit 32eb6e3

Please sign in to comment.