From d0faa85df5a5d253a4625d45313cf5e9277e6cd2 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Tue, 28 Mar 2023 22:48:24 +0800 Subject: CI: Tests for disabling threading on CMake builds. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1691b5a8..823f5438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,12 +89,9 @@ jobs: - name: Test without decoders run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d decoders,shared -p test -n no_decoders - # Our CMake build cannot disable threads yet. - name: Build without threads - if: ${{ matrix.build_system == 'autotools' }} run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d threads,shared -p build - name: Test without threads - if: ${{ matrix.build_system == 'autotools' }} run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d threads,shared -p test -n no_threads - name: Build without BCJ filters -- cgit v1.2.3