File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
.devcontainer/portability-void Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/void-linux/void-glibc -full
1
+ FROM ghcr.io/void-linux/void-musl -full
2
2
RUN xbps-install -Suy bash git python
3
3
RUN chsh -s /usr/bin/bash
Original file line number Diff line number Diff line change 2
2
{
3
3
"name" : " void" ,
4
4
// Doesn't include 'bash', so we use a custom dockerfile
5
- // "image": "ghcr.io/void-linux/void-glibc -full",
5
+ // "image": "ghcr.io/void-linux/void-musl -full",
6
6
"dockerFile" : " Dockerfile" ,
7
7
"onCreateCommand" : " .devcontainer/onCreate-meson.sh || true" ,
8
8
"features" : {
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
container :
23
23
- fedora:41
24
24
- fedora:42
25
- - ghcr.io/void-linux/void-glibc -full
25
+ - ghcr.io/void-linux/void-musl -full
26
26
container :
27
27
image : ${{ matrix.container }}
28
28
29
29
steps :
30
30
- name : Prepare container
31
31
run : |
32
- if [ "${{ matrix.container }}" = "ghcr.io/void-linux/void-glibc -full" ]; then
32
+ if [ "${{ matrix.container }}" = "ghcr.io/void-linux/void-musl -full" ]; then
33
33
xbps-install -Syu xbps
34
34
xbps-install -yu
35
35
# node-based actions require libstdc++.so.6
You can’t perform that action at this time.
0 commit comments