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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce2bbeb5edd8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9c9020c42c2c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 9, 2019

  1. aws-sdk-cpp: fixing hydra build

    Removing debug info to fix hydra build.
    The debug symbols alone are around ~1.8GB in size, which
    makes the closure combined with the other two outputs
    too large.
    d-goldin committed Oct 9, 2019
    Copy the full SHA
    0ad35ab View commit details

Commits on Oct 12, 2019

  1. Merge pull request #70882 from d-goldin/conditional_debug_aws_sdk_cpp

    aws-sdk-cpp: fixing hydra build
    joachifm authored Oct 12, 2019
    Copy the full SHA
    9c9020c View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 pkgs/development/libraries/aws-sdk-cpp/default.nix
1 change: 0 additions & 1 deletion pkgs/development/libraries/aws-sdk-cpp/default.nix
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
# FIXME: might be nice to put different APIs in different outputs
# (e.g. libaws-cpp-sdk-s3.so in output "s3").
outputs = [ "out" "dev" ];
separateDebugInfo = stdenv.isLinux;

nativeBuildInputs = [ cmake curl ];