ci: switch to full images
This commit is contained in:
parent
5210a063ec
commit
061f5cb2e9
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -9,13 +9,13 @@ jobs:
|
|||||||
c_compiler: [gcc, clang]
|
c_compiler: [gcc, clang]
|
||||||
include:
|
include:
|
||||||
- c_library: glibc
|
- c_library: glibc
|
||||||
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64
|
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64
|
||||||
|
|
||||||
- c_library: musl
|
- c_library: musl
|
||||||
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64-musl
|
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64-musl
|
||||||
|
|
||||||
- c_library: musl
|
- c_library: musl
|
||||||
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64-musl
|
void_image: ghcr.io/void-linux/void-linux:20220530rc01-full-x86_64-musl
|
||||||
c_compiler: pcc
|
c_compiler: pcc
|
||||||
extra_deps: gcc
|
extra_deps: gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user