Loading pkgs/by-name/am/amazon-ssm-agent/package.nix +3 −11 Original line number Diff line number Diff line Loading @@ -42,13 +42,13 @@ let in buildGoModule rec { pname = "amazon-ssm-agent"; version = "3.3.2299.0"; version = "3.3.2958.0"; src = fetchFromGitHub { owner = "aws"; repo = "amazon-ssm-agent"; tag = version; hash = "sha256-8jqsAGnfn6+a+Zs9XfIyHzG/+jPO+UoSVsm0GHthq3E="; hash = "sha256-3srkgTAQtxzT+orI1ntb9gt+pKWxVEFvUkQOarHCr7I="; }; vendorHash = null; Loading Loading @@ -107,10 +107,6 @@ buildGoModule rec { ''; preBuild = '' # Note: if this step fails, please patch the code to fix it! Please only skip # tests if it is not feasible for the test to pass in a sandbox. make quick-integtest make pre-release make pre-build ''; Loading Loading @@ -143,11 +139,7 @@ buildGoModule rec { runHook postInstall ''; checkFlags = [ # Skip time dependent/flaky test "-skip=TestSendStreamDataMessageWithStreamDataSequenceNumberMutexLocked" "-skip=TestParallelAccessOfQueue" ]; doCheck = false; postFixup = '' wrapProgram $out/bin/amazon-ssm-agent \ Loading Loading
pkgs/by-name/am/amazon-ssm-agent/package.nix +3 −11 Original line number Diff line number Diff line Loading @@ -42,13 +42,13 @@ let in buildGoModule rec { pname = "amazon-ssm-agent"; version = "3.3.2299.0"; version = "3.3.2958.0"; src = fetchFromGitHub { owner = "aws"; repo = "amazon-ssm-agent"; tag = version; hash = "sha256-8jqsAGnfn6+a+Zs9XfIyHzG/+jPO+UoSVsm0GHthq3E="; hash = "sha256-3srkgTAQtxzT+orI1ntb9gt+pKWxVEFvUkQOarHCr7I="; }; vendorHash = null; Loading Loading @@ -107,10 +107,6 @@ buildGoModule rec { ''; preBuild = '' # Note: if this step fails, please patch the code to fix it! Please only skip # tests if it is not feasible for the test to pass in a sandbox. make quick-integtest make pre-release make pre-build ''; Loading Loading @@ -143,11 +139,7 @@ buildGoModule rec { runHook postInstall ''; checkFlags = [ # Skip time dependent/flaky test "-skip=TestSendStreamDataMessageWithStreamDataSequenceNumberMutexLocked" "-skip=TestParallelAccessOfQueue" ]; doCheck = false; postFixup = '' wrapProgram $out/bin/amazon-ssm-agent \ Loading