Unverified Commit 270d1432 authored by Diogo Correia's avatar Diogo Correia
Browse files

umami: update fetchPnpmDeps.fetcherVersion to 3

This results in a much smaller pnpmDeps derivation, since the store's
contents are compressed into a tarball.
Therefore, the workaround for reducing the derivation size has been
removed, since it is now much smaller than the 4GB Hydra limit.
parent be8c8ea7
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -95,18 +95,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
      version
      src
      ;
    # prevent downloading dependencies for windows
    # which bloat derivation size and fail to build on hydra
    # https://github.com/NixOS/nixpkgs/pull/467820#issuecomment-3624054271
    pnpmInstallFlags = [
      "--force=false"
      "--os=linux"
      "--os=darwin"
      "--cpu=x64"
      "--cpu=arm64"
    ];
    fetcherVersion = 2;
    hash = "sha256-bqeJ0wzCtnuR6V67Qe1N9UcaHPLziuBhsn7eN8JVJbQ=";
    fetcherVersion = 3;
    hash = "sha256-GFN94oySPCZA5K13XR8f/tByuHS571ohlYTFqaVw/Ns=";
  };

  env.CYPRESS_INSTALL_BINARY = "0";