Commit Graph

41 Commits

Author SHA1 Message Date
Mika Tammi
c9762683de haskellPackages.botan-low: Enable testcases again
* Still skip "rdrand tests" for aarch64-linux, as the ARM64 builders in
  NixOS CI build infrastructure don't seem to support the FEAT_RNG of
  ARMv8.5-A

Signed-off-by: Mika Tammi <mikatammi@gmail.com>
2026-01-09 20:11:46 +02:00
sternenseemann
1a64625aa4 haskellPackages.cryptonite: make krank ignore closed issue tracker
cryptonite has been abandoned and all issues are reported as closed by
the GitHub API since the repository has been archived.
2025-09-26 14:31:36 +02:00
sternenseemann
eca7927812 cachix: clean up obsolete overrides 2025-09-13 20:25:02 +02:00
sternenseemann
60dfb9bae8 haskell.compiler.ghcjs: remove at 8.10.7 2025-09-06 14:56:30 +02:00
Alexandre Esteves
3094b65aa7 haskellPackages.android-activity: unmark broken on android 2025-06-04 13:12:12 +01:00
Silvan Mosberger
84d4f874c2 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +01:00
maralorn
013cdb0c0b haskellPackages: Remove obsolete overrides for hls dependencies 2024-03-17 13:36:19 +01:00
sternenseemann
7275840949 haskellPackages.cachix: workaround cache corruption on aarch64-linux 2023-12-14 19:02:20 +01:00
MaxHearnden
978694162a haskellPackages.wiringPi: Add wiringpi as a dependency on aarch 2023-04-17 23:43:23 +01:00
Alyssa Ross
5330c0a1af treewide: use isAarch where appropriate 2022-07-30 16:18:27 +00:00
misuzu
bc1ae7cff8 haskellPackages.cryptonite: disable tests on aarch32
KAT/ECB/D2 test segfaults on armv7l
2022-07-20 15:18:53 +03:00
Malte Brandy
7d3e319949 haskellPackages.hls-floskell-plugin: Disable flaky test on arm 2022-06-24 11:58:33 +02:00
Ellie Hermaszewska
6ca420f797 haskellPackages.haskell-language-server: Disable plugin tests on all aarch64 builds 2022-05-07 15:39:58 +08:00
Ellie Hermaszewska
b93472045a haskellPackages.haskell-language-server: Run aarch64 plugin tests on ghc > 9.2 2022-05-05 21:47:47 +08:00
Ellie Hermaszewska
e319538a91 haskellPackages.hls-fourmolu-plugin: no aarch64-linux tests
test suite triggers same RTS issue as other hls plugins
2022-05-05 10:44:14 +08:00
Ellie Hermaszewska
367b73a422 haskellPackages.hls-rename-plugin: no aarch64-linux tests
test suite triggers same RTS issue as other hls plugins
2022-05-05 10:05:06 +08:00
sternenseemann
3bde757613 haskellPackages.hint: disable tests
These currently fail when trying to execute cabal-install, interestingly
with EFAULT.
2022-04-07 02:44:17 +02:00
Malte Brandy
3302c41f7f haskell-language-server: Disable flaky tests for some plugins 2022-02-06 19:14:21 +01:00
Gabriella Gonzalez
21a3136d25 haskellPackages.happy_1_19_12: Disable tests
This disable the tests for the same reason as `haskellPackages.happy`
(see the link in the associated comment).

`happy_1_19_12` is used specifically by GHCJS on `aarch64-darwin`,
which is why this additional `dontCheck` is required.
2021-12-22 21:42:14 +01:00
sternenseemann
86c50292b0 haskellPackages.hls-haddock-comment-plugin: no aarch64-linux tests
test suite triggers same RTS bug (?) as hls-hlint-plugin.
2021-11-22 12:22:08 +01:00
sternenseemann
90abe1c0c6 haskellPackages.hls-hlint-plugin: don't run tests on aarch64-linux
test suite triggers same RTS bug (?) as hls-hlint-plugin.
2021-11-21 23:02:19 +01:00
sternenseemann
3c0b2ca7b3 haskellPackages.hls-hlint-plugin: don't run tests on aarch64-linux
Seems like its test suite triggers a similar RTS bug as the doctest test
suites.
2021-11-21 21:04:54 +01:00
Malte Brandy
32508c3145 haskellPackages.hls-brittany-plugin: dontCheck on aarch64 2021-11-20 12:15:14 +01:00
Malte Brandy
242ab4debd haskell-language-server: Disable several plugin checks on arm 2021-09-19 15:10:35 +02:00
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