Skip to content

Commit a73ed68

Browse files
committed
Revert "Use musl-based Void Linux image"
This reverts commit 4c4faa9. due to actions/runner#3852
1 parent 143464b commit a73ed68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/void-linux/void-musl-full
1+
FROM ghcr.io/void-linux/void-glibc-full
22
RUN xbps-install -Suy bash git python
33
RUN chsh -s /usr/bin/bash

.devcontainer/portability-void/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -32,7 +32,7 @@ jobs:
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

0 commit comments

Comments
 (0)