Skip to content

Commit

Permalink
ci: add GOFLAGS -p=8 to circleci config (influxdata#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher M. Wolff authored and davidgs committed May 1, 2019
1 parent 36fa670 commit 98328dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
- image: nathanielc/flux-build:latest
environment:
GOCACHE: /tmp/go-cache
GOFLAGS: -p=8
GOPATH: /tmp/go
GO111MODULE: 'on' # must be quoted to force string type instead of boolean type
steps:
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
- image: nathanielc/flux-build:latest
environment:
GOPATH: /tmp/go
GOFLAGS: -p=8
GO111MODULE: 'on' # must be quoted to force string type instead of boolean type
steps:
- checkout
Expand Down

0 comments on commit 98328dc

Please sign in to comment.