sternenseemann
b42cded08d
haskellPackages.ghc-prof: disable tests on aarch64
...
Since enableLibraryProfiling is false on aarch64, we can't expect tests
to work, but the library can still be built.
2021-08-06 15:56:26 +02:00
sternenseemann
9cde21d4cd
haskellPackages.Jikka: fix build on aarch64
...
Disable doctests as workaround for RTS bug.
2021-08-05 08:35:07 +02:00
sternenseemann
11f7ebc1f7
haskellPackages.Chart-tests: fix build on aarch64
...
Another one for the no doctests list.
2021-08-05 08:30:22 +02:00
(cdep)illabout
7bd01900a5
haskellPackages.termonad: dontCheck on arm because of doctests
2021-06-21 11:59:52 +09:00
(cdep)illabout
4329d39319
haskell-updates: sort list of dontCheck packages in configuration-arm.nix
2021-06-21 11:58:38 +09:00
Malte Brandy
17af0071b5
haskellPackages.haskell-language-server: Fix darwin and aarch64 builds
2021-06-21 01:39:01 +02:00
sternenseemann
d5f067260d
Revert "haskellPackages.gtk2hs-buildtools: attempt to fix build on aarch64"
...
This reverts commit 38c4256a96
.
The attempt failed, gtk2hs-buildtools still fails with the same linker error.
2021-06-12 21:30:25 +02:00
sternenseemann
38c4256a96
haskellPackages.gtk2hs-buildtools: attempt to fix build on aarch64
...
Linker failure outputs look like they are related to the GClosure stuff,
so lets try disabling that flag on arm — originally the upstream cabal
file disabled that flag by default if arch != x86_64-linux || != sparc64,
so this seems to be actually correct.
2021-06-12 18:37:49 +02:00
sternenseemann
34de748dbf
haskellPackages.orbits: disable doctest on aarch64
...
aarch64 doctests fail in general due to a GHC bug
2021-05-23 17:25:24 +02:00
sternenseemann
f4c038f030
haskellPackages: disable failing doctests on aarch64
...
New hydra evaluation brought some additional intstances of this
happening to light.
2021-05-18 18:07:12 +02:00
sternenseemann
a3fd86a3ba
haskellPackages: disable some more failing doctests on aarch64
...
This should conclude a pass of direct aarch64-linux failures related to
this issue on hydra. Subsequent evaluation may of course reveal more.
2021-05-18 17:08:42 +02:00
sternenseemann
c964bdf195
haskellPackages.xml-html-qq: disable broken doctests on aarch64
2021-05-16 22:09:14 +02:00
Malte Brandy
7be8a04804
haskellPackages.large-hashable: Move to unsupported-platforms
2021-05-11 01:34:27 +02:00
Malte Brandy
f564565424
haskellPackages.large-hashable: Dontdistribute on arm
2021-05-11 00:08:33 +02:00
sternenseemann
62bbd50331
haskellPackages.large-hashable: mark as broken on aarch64
...
See linked issue.
2021-05-10 13:39:49 +02:00
sternenseemann
15052e0c90
haskellPackages.strict-writer: disable doctests on aarch64
...
fail due to GHC bug
2021-05-09 09:48:02 +02:00
sternenseemann
b47b2f5ab7
haskell.packages: move arm specific overrides into dedicated config
...
This should clean up configuration-common.nix of a lot of conditional
which were a pain to write and maintain.
2021-05-08 19:56:05 +02:00