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: 6bba2572c3bc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4dd5c93998da
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 14, 2019

  1. aws-sdk-cpp: fix cross compilation

    aws-sdk-cpp tries to run code at build time using check_c_source_runs
    [0] and therefore needs to be told about the expected exit code [1].
    
    [0] https://cmake.org/cmake/help/latest/module/CheckCSourceRuns.html
    [1] https://cmake.org/cmake/help/latest/command/try_run.html#behavior-when-cross-compiling
    erictapen committed May 14, 2019
    Copy the full SHA
    2d8b3df View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Merge pull request #61519 from erictapen/aws-sdk-cpp-cross-fix

    aws-sdk-cpp: fix cross compilation
    lukateras committed May 22, 2019
    Copy the full SHA
    4dd5c93 View commit details
    Browse the repository at this point in the history