Don't build the combination of musl & features

This commit is contained in:
Linus Dierheimer
2023-06-12 17:20:27 +02:00
parent 29f070fc1f
commit 67349354e4
2 changed files with 7 additions and 2 deletions
+7 -1
View File
@@ -13,8 +13,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
compiler: [gcc, clang, "musl-gcc"]
compiler: [gcc, clang, "musl-gcc", "musl-clang"]
enableFeatures: [ON, OFF]
exclude:
# The feature libraries are all build against glibc, so they can't be used with musl
- compiler: "musl-gcc"
enableFeatures: ON
- compiler: "musl-clang"
enableFeatures: ON
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
-1
View File
@@ -7,7 +7,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#ifdef _WIN32
#include <windows.h>
#include <locale.h>