Skip to content
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
base: 353b14332943
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e352fccb6a57
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 16, 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.
    veprbl committed Mar 16, 2020
    Copy the full SHA
    ebe5f10 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Merge pull request #82760 from veprbl/pr/kicad_fix

    [ZHF] kicad: don't build versions with 3d on Hydra
    veprbl committed Mar 17, 2020
    Copy the full SHA
    e352fcc View commit details
    Browse the repository at this point in the history