diff --git a/.circleci/config.yml b/.circleci/config.yml index 04851cab3..eb6951c3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,7 +53,9 @@ jobs: resource_class: 2xlarge steps: - checkout # check out the code in the project directory - - run: USE_CLANG=1 make all -j32 + - run: sudo apt-get update -y + - run: sudo apt-get install -y clang + - run: CC=clang CXX=clang++ V=1 USE_CLANG=1 PORTABLE=1 make all -j32 build-linux-cmake: machine: