We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4d2e5 commit 027bc2eCopy full SHA for 027bc2e
.github/workflows/release.yaml
@@ -145,13 +145,6 @@ jobs:
145
, DISTRO: "Unknown"
146
, ARTIFACT: "x86_64-linux-void-glibc"
147
, ADD_CABAL_ARGS: "--enable-split-sections"
148
- },
149
- { image: "ghcr.io/void-linux/void-musl:latest"
150
- , installCmd: "xbps-install -Sy"
151
- , toolRequirements: "ncurses-libtinfo-libs autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils findutils gcc gmp gmp-devel jq lbzip2 make ncurses ncurses-devel openssh patch perl python3 sqlite sudo wget which xz zlib-devel patchelf"
152
- , DISTRO: "Unknown"
153
- , ARTIFACT: "x86_64-linux-void-musl"
154
- , ADD_CABAL_ARGS: "--enable-split-sections"
155
}
156
]
157
container:
0 commit comments