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: 470d3c8bde7e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a078ee21f68e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 28, 2020

  1. buildRustCrateTests: Fix link order test on darwin

    As it turns out Darwin does most of the things differently then "normal"
    systems. They are using a different shared library extension and require
    an obscure commandline parameter that has to be added to every build
    system out there. That issue seems to be with clang on Darwin as on
    Linux that flag isn't required to build the very same tests (when using
    clang).
    
    After adjusting these two details the tests are running fine on the
    darwin box that I was able to obtain.
    andir committed Mar 28, 2020
    Copy the full SHA
    c8de31b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83616 from andir/buildRustCrate-fix-link-order-test

    buildRustCrateTests: Fix link order test on darwin
    andir committed Mar 28, 2020
    Copy the full SHA
    a078ee2 View commit details
    Browse the repository at this point in the history