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:
parent
c55cdb4a85
commit
e6811900dd
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ let
|
|||
# jobs.stack.x86_64-darwin
|
||||
jobs.stdenv.x86_64-darwin
|
||||
jobs.vim.x86_64-darwin
|
||||
jobs.cachix.x86_64-darwin
|
||||
# jobs.cachix.x86_64-darwin
|
||||
|
||||
# UI apps
|
||||
# jobs.firefox-unwrapped.x86_64-darwin
|
||||
|
@ -105,7 +105,7 @@ let
|
|||
jobs.nix-info-tested.x86_64-linux
|
||||
# Ensure that X11/GTK are in order.
|
||||
jobs.thunderbird.x86_64-linux
|
||||
jobs.cachix.x86_64-linux
|
||||
# jobs.cachix.x86_64-linux
|
||||
|
||||
/*
|
||||
jobs.tests.cc-wrapper.x86_64-linux
|
||||
|
|
Loading…
Reference in a new issue