Unverified Commit 5e31e136 authored by Luna Nova's avatar Luna Nova
Browse files

ucx: drop no longer needed rocm stdenv workaround

parent 83d18273
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -32,11 +32,8 @@ let
    name = "rocm";
    paths = rocmList;
  };

  # rocm build fails with gcc stdenv due to unrecognised arg parallel-jobs
  stdenv' = if enableRocm then rocmPackages.stdenv else stdenv;
in
stdenv'.mkDerivation (finalAttrs: {
stdenv.mkDerivation (finalAttrs: {
  pname = "ucx";
  version = "1.19.0";