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: 2d78754c7edf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 392e8f8edba7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

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.
    
    (cherry picked from commit 7942c79)
    cdepillabout authored and bendlas committed Mar 22, 2019
    Copy the full SHA
    857d066 View commit details
    Browse the repository at this point in the history
  2. chromium: 73.0.3683.75 -> 73.0.3683.86

    (cherry picked from commit ea34ad0)
    bendlas committed Mar 22, 2019
    Copy the full SHA
    392e8f8 View commit details
    Browse the repository at this point in the history