提交 15c99994 作者: Steven Allen

ci: disable CGO when benchmarking

上级 aa0ea1b1
......@@ -154,6 +154,7 @@ jobs:
command: go test -tags nofuse -run=NONE -bench=. ./... > /tmp/circleci-workspace/benchmark-release.txt
environment:
IPFS_LOGGING: critical
CGO_ENABLED: 0
- persist_to_workspace:
root: /tmp/circleci-workspace
paths:
......@@ -171,6 +172,7 @@ jobs:
command: go test -tags nofuse -run=NONE -bench=. ./... > /tmp/circleci-workspace/benchmark-before.txt
environment:
IPFS_LOGGING: critical
CGO_ENABLED: 0
- persist_to_workspace:
root: /tmp/circleci-workspace
paths:
......@@ -187,6 +189,7 @@ jobs:
command: go test -tags nofuse -run=NONE -bench=. ./... > /tmp/circleci-workspace/benchmark-after.txt
environment:
IPFS_LOGGING: critical
CGO_ENABLED: 0
- persist_to_workspace:
root: /tmp/circleci-workspace
paths:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论