ghc-bin: currently broken for x86_64-musl
This commit is contained in:
parent
ed508c7176
commit
2a17b6fc19
|
@ -22,6 +22,8 @@ x86_64-musl)
|
||||||
# create with "make binary-dist"
|
# create with "make binary-dist"
|
||||||
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
||||||
checksum=070f2abe8b0c08bf2db1833ed7f40195b72ee9ca8888855fb16a75c6e248f936
|
checksum=070f2abe8b0c08bf2db1833ed7f40195b72ee9ca8888855fb16a75c6e248f936
|
||||||
|
# Need to create a new binary
|
||||||
|
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/27136/steps/shell_3/logs/stdio"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
|
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
|
||||||
|
|
Loading…
Reference in New Issue