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: deea6dde76ed
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7942c79c6912
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 22, 2019

  1. Fix cudatoolkit building on non-sandboxed systems

    This fixes cudatoolkit building on non-sandboxed system.
    
    The cudatoolkit tests run each of the CUDA binaries as a small smoke
    test just to make sure they all can at least somewhat run.
    
    However, the `cuda-gdb` binary doesn't run correctly on non-sandboxed
    systems because it picks up versions of Python from /usr/lib.
    
    This PR disables the smoke tests for now.  They should be re-enabled
    when we figure out how to make them work for cuda-gdb on non-sandboxed
    systems.
    
    This PR is for #57939.
    cdepillabout authored and bendlas committed Mar 22, 2019
    Copy the full SHA
    7942c79 View commit details
    Browse the repository at this point in the history