haskell-updates: remove tests.writers.x86_64-darwin job from Hydra

This commit is contained in:
(cdep)illabout 2021-05-16 11:24:28 +09:00
parent 67ebe5ad6d
commit 1ddd893bd1
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -230,7 +230,10 @@ let
constituents = accumulateDerivations [
# haskell specific tests
jobs.tests.haskell
jobs.tests.writers # writeHaskell{,Bin}
# writeHaskell and writeHaskellBin
# TODO: writeHaskell currently fails on darwin
jobs.tests.writers.x86_64-linux
jobs.tests.writers.aarch64-linux
# important top-level packages
jobs.cabal-install
jobs.cabal2nix