chore(3p/sources): Bump channels & overlays

* //3p/farmhash: drop, as it is unused and started to fail

* //3p/overlays/tvl:

  - patch barrier to work with gcc 11

  - disable outdated test suite for python38Packages.backports-zoneinfo
    which still assumes zoneinfo 2020a.

* //3p/overlays/haskell: patch generic-arbitrary to avoid neg resizes

* //users/grfn/achilles: disable CI due to linking trouble (ugh).

* //users/grfn/system/home/games: Disable DFHack for dwarf fortress as
  it's now failing to build

Refs: ENG-328
Change-Id: I4e1ee8fd9525d4868b82f9bad8ca5f09e7fdb9d0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5506
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
sterni 2022-04-26 15:32:10 +02:00
parent 96aea32084
commit 574d33a2de
6 changed files with 53 additions and 30 deletions

View file

@ -21,4 +21,7 @@ depot.third_party.naersk.buildPackage {
]);
doCheck = true;
# Trouble linking against LLVM, maybe since rustc's llvmPackages got bumped?
meta.ci.skip = true;
}