diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-02-18 02:12:21 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-02-18 02:12:21 +0100 |
commit | 63bf4f49ed2fdf2da6f97136c9df0c8168546eb3 (patch) | |
tree | da004c9940e6e103f49a9bf9f4a726b6333c4bfa /.github/workflows/c-cpp.yml | |
parent | minix needs BROKEN_POLL too; chokes on /dev/null (diff) | |
download | openssh-63bf4f49ed2fdf2da6f97136c9df0c8168546eb3.tar.xz openssh-63bf4f49ed2fdf2da6f97136c9df0c8168546eb3.zip |
Add test configs for MUSL C library.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/c-cpp.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 9df10e7cc..5ee896308 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -38,6 +38,7 @@ jobs: - { os: ubuntu-20.04, configs: kitchensink } - { os: ubuntu-20.04, configs: hardenedmalloc } - { os: ubuntu-20.04, configs: tcmalloc } + - { os: ubuntu-20.04, configs: musl } - { os: ubuntu-latest, configs: libressl-master } - { os: ubuntu-latest, configs: libressl-2.2.9 } - { os: ubuntu-latest, configs: libressl-2.8.3 } |