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
22RUN xbps-install -Suy bash git python
33RUN chsh -s /usr/bin/bash
Original file line number Diff line number Diff line change 22{
33 "name" : " void" ,
44 // 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",
66 "dockerFile" : " Dockerfile" ,
77 "onCreateCommand" : " .devcontainer/onCreate-meson.sh || true" ,
88 "features" : {
Original file line number Diff line number Diff line change 2222 container :
2323 - fedora:41
2424 - fedora:42
25- - ghcr.io/void-linux/void-musl -full
25+ - ghcr.io/void-linux/void-glibc -full
2626 # - ubuntu:22.04 - fails due to issue with cypari2
2727 # - ubuntu:24.04 - fails due to issue with cypari2
2828 - ubuntu:25.04
3232 steps :
3333 - name : Prepare container
3434 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
3636 xbps-install -Syu xbps
3737 xbps-install -yu
3838 # node-based actions require libstdc++.so.6
You can’t perform that action at this time.
0 commit comments