Unverified Commit ea77ad34 authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

cudaPackages.buildRedist: do not require `config.cudaSupport` to be enabled (#457220)

parents b1242f43 d819624f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -375,10 +375,6 @@ extendMkDerivation {
        # a package is missing and is required for the build -- that should go in platformAssertions,
        # because attempts to access attributes on the package will cause evaluation errors.
        brokenAssertions = [
          {
            message = "CUDA support is enabled by config.cudaSupport";
            assertion = config.cudaSupport;
          }
          {
            message = "lib output precedes static output";
            assertion =