From 98328dc536ca7cf5643db2d85bba4d0a5674e289 Mon Sep 17 00:00:00 2001 From: "Christopher M. Wolff" Date: Tue, 16 Apr 2019 13:59:46 -0700 Subject: [PATCH] ci: add GOFLAGS -p=8 to circleci config (#1180) Fixes #1179. --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d0ee9b2b2..0e60848d1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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