cachix: drop the build from the release jobset

The cachix build is broken with ghc-8.10.x and recent versions of
its dependencies, particularly servant, swagger2, etc. We cannot
easily fix that with overrides -- it would be best if upstream
released a new version that builds successfully in the Stackage
Nightly environment. A simple way to ensure that would be to add
cachix to Stackage.

Ping @domenkozar.
This commit is contained in:
Peter Simons 2020-11-20 21:50:49 +01:00
parent c55cdb4a85
commit e6811900dd

View file

@ -62,7 +62,7 @@ let
# jobs.stack.x86_64-darwin # jobs.stack.x86_64-darwin
jobs.stdenv.x86_64-darwin jobs.stdenv.x86_64-darwin
jobs.vim.x86_64-darwin jobs.vim.x86_64-darwin
jobs.cachix.x86_64-darwin # jobs.cachix.x86_64-darwin
# UI apps # UI apps
# jobs.firefox-unwrapped.x86_64-darwin # jobs.firefox-unwrapped.x86_64-darwin
@ -105,7 +105,7 @@ let
jobs.nix-info-tested.x86_64-linux jobs.nix-info-tested.x86_64-linux
# Ensure that X11/GTK are in order. # Ensure that X11/GTK are in order.
jobs.thunderbird.x86_64-linux jobs.thunderbird.x86_64-linux
jobs.cachix.x86_64-linux # jobs.cachix.x86_64-linux
/* /*
jobs.tests.cc-wrapper.x86_64-linux jobs.tests.cc-wrapper.x86_64-linux