We currently have issues with clang 11 failing for white unit tests.
This disables unit tests for clang builds.
- name: ubuntu:production-dbg-clang
os: ubuntu-latest
env: CC=clang CXX=clang++
- config: production --auto-download --assertions --tracing --unit-testing --cln --gpl
+ config: production --auto-download --assertions --tracing --cln --gpl
cache-key: dbgclang
exclude_regress: 3-4
run_regression_args: --no-check-proofs
run: |
${{ matrix.env }} ./configure.sh ${{ matrix.config }} \
--prefix=$(pwd)/build/install \
- --unit-testing \
--werror
- name: Build