Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
base: ec0923f9830b
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 20fb1ce97c0d
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 17, 2020

  1. kicad: don't build versions with 3d on Hydra

    The hydraPlatforms have to be set on the kicad package itself, that can be
    checked using:
    
      echo ":p { inherit kicad kicad-small kicad-unstable; }" | nix repl ./pkgs/top-level/release.nix
    
    This commit disables build of all kicad variants that require downloading
    packages3d, which currently fail on hydra with the "Output limit exceeded"
    status. This leaves Hydra with only building the kicad-small, which will allow
    us to cache the build of kicad-base as well as all libraries except of
    packages3d.
    
    (cherry picked from commit ebe5f10)
    veprbl committed Mar 17, 2020
    Copy the full SHA
    20fb1ce View commit details
    Browse the repository at this point in the history