Merge pull request #9524 from ethereum/lessAnnoyingForAxic

More parallelism for clang build.
This commit is contained in:
chriseth 2020-07-28 11:06:27 +02:00 committed by GitHub
commit 2dd693b893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,11 +389,13 @@ jobs:
- run: *run_docs_pragma_min_version
b_ubu_clang: &build_ubuntu2004_clang
resource_class: xlarge
docker:
- image: << pipeline.parameters.ubuntu-2004-clang-docker-image >>
environment:
CC: clang
CXX: clang++
MAKEFLAGS: -j 10
steps:
- checkout
- run: *run_build