Unverified Commit 651d15c2 authored by Tobias Mayer's avatar Tobias Mayer
Browse files

azure-sdk-for-cpp: add a note about disabled checks

parent aa0e78b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  # See note in ./core.nix.
  doCheck = false;

  passthru.updateScript = nix-update-script {
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  # See note in ./core.nix.
  doCheck = false;

  passthru.updateScript = nix-update-script {
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@ stdenv.mkDerivation (finalAttrs: {
    ];
  };

  # Testing this is moderately involved, see:
  # https://github.com/Azure/azure-sdk-for-cpp/blob/main/CONTRIBUTING.md#testing-the-project
  # Unless issues arise, it does not seem worth the effort.
  doCheck = false;

  meta = (
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  # See note in ./core.nix.
  doCheck = false;

  passthru.updateScript = nix-update-script {
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  # See note in ./core.nix.
  doCheck = false;

  passthru.updateScript = nix-update-script {
Loading