diff options
| author | Andrew Clayton <ac@sigsegv.uk> | 2025-10-06 18:27:43 +0100 |
|---|---|---|
| committer | Andrew Clayton <ac@sigsegv.uk> | 2025-10-06 19:42:58 +0100 |
| commit | 7a83a19fd956d8fc9aff4d8813a0fcf1c5f843c8 (patch) | |
| tree | 58d1066495093604c8a16095321a6d1666208d21 | |
| parent | 041154a72f5a5d41c30a9bd6fb14d5bead913fe0 (diff) | |
| download | unit-7a83a19fd956d8fc9aff4d8813a0fcf1c5f843c8.tar.gz unit-7a83a19fd956d8fc9aff4d8813a0fcf1c5f843c8.tar.bz2 | |
ci: Enable building of the C tests on Fedora Rawhide/Alpine Edge
Signed-off-by: Andrew Clayton <ac@sigsegv.uk>
| -rw-r--r-- | .github/workflows/ci-dev-distro-compiler.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci-dev-distro-compiler.yaml b/.github/workflows/ci-dev-distro-compiler.yaml index 0df87af0..3cf9be74 100644 --- a/.github/workflows/ci-dev-distro-compiler.yaml +++ b/.github/workflows/ci-dev-distro-compiler.yaml @@ -52,9 +52,9 @@ jobs: - name: configure unit CC=${{ matrix.compiler }} run: | if [ "${{ matrix.compiler }}" = "clang" ]; then - ./configure --openssl --otel --zlib --zstd --brotli --cc=clang + ./configure --openssl --otel --zlib --zstd --brotli --tests --cc=clang else - ./configure --openssl --otel --zlib --zstd --brotli + ./configure --openssl --otel --zlib --zstd --brotli --tests fi - name: make unit @@ -142,9 +142,9 @@ jobs: - name: configure unit CC=${{ matrix.compiler }} run: | if [ "${{ matrix.compiler }}" = "clang" ]; then - ./configure --openssl --otel --zlib --zstd --brotli --cc=clang + ./configure --openssl --otel --zlib --zstd --brotli --tests --cc=clang else - ./configure --openssl --otel --zlib --zstd --brotli + ./configure --openssl --otel --zlib --zstd --brotli --tests fi - name: make unit |
