increase number of build cores and remove sudo requirement

release/4.3a0
Varun Agrawal 2020-07-24 11:24:46 -05:00
parent 07364f8616
commit a7afd9da70
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: cpp language: cpp
cache: ccache cache: ccache
sudo: required
dist: xenial dist: xenial
addons: addons:
@ -33,7 +32,7 @@ stages:
env: env:
global: global:
- MAKEFLAGS="-j2" - MAKEFLAGS="-j3"
- CCACHE_SLOPPINESS=pch_defines,time_macros - CCACHE_SLOPPINESS=pch_defines,time_macros
# Compile stage without building examples/tests to populate the caches. # Compile stage without building examples/tests to populate the caches.