parent
d8d284d7c8
commit
9dfeb8a0db
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -9,12 +9,13 @@ jobs:
|
|||||||
c_compiler: [gcc, clang]
|
c_compiler: [gcc, clang]
|
||||||
include:
|
include:
|
||||||
- c_library: glibc
|
- c_library: glibc
|
||||||
void_image: voidlinux/voidlinux
|
void_image: ghcr.io/void-linux/latest-full-x86_64
|
||||||
- c_library: musl
|
|
||||||
void_image: voidlinux/voidlinux-musl
|
|
||||||
|
|
||||||
- c_library: musl
|
- c_library: musl
|
||||||
void_image: voidlinux/voidlinux-musl
|
void_image: ghcr.io/void-linux/latest-full-x86_64-musl
|
||||||
|
|
||||||
|
- c_library: musl
|
||||||
|
void_image: ghcr.io/void-linux/latest-full-x86_64-musl
|
||||||
c_compiler: pcc
|
c_compiler: pcc
|
||||||
extra_deps: gcc
|
extra_deps: gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user