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-musl -full
1
+ FROM ghcr.io/void-linux/void-glibc -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-musl -full",
5
+ // "image": "ghcr.io/void-linux/void-glibc -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
22
container :
23
23
- fedora:41
24
24
- fedora:42
25
- - ghcr.io/void-linux/void-musl -full
25
+ - ghcr.io/void-linux/void-glibc -full
26
26
# - ubuntu:22.04 - fails due to issue with cypari2
27
27
# - ubuntu:24.04 - fails due to issue with cypari2
28
28
- ubuntu:25.04
32
32
steps :
33
33
- name : Prepare container
34
34
run : |
35
- if [ "${{ matrix.container }}" = "ghcr.io/void-linux/void-musl -full" ]; then
35
+ if [ "${{ matrix.container }}" = "ghcr.io/void-linux/void-glibc -full" ]; then
36
36
xbps-install -Syu xbps
37
37
xbps-install -yu
38
38
# node-based actions require libstdc++.so.6
You can’t perform that action at this time.
0 commit comments