From 44017ee453669d954a0ba821f9533b0448a6fdf6 Mon Sep 17 00:00:00 2001 From: Alexey Rivkin Date: Fri, 10 Feb 2023 19:27:25 +0200 Subject: [PATCH] AZP/RELEASE: Conditional CUDA support based on PATH --- buildlib/az-distro-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlib/az-distro-release.yml b/buildlib/az-distro-release.yml index ca7ed5e7048..0e2d88d25ca 100644 --- a/buildlib/az-distro-release.yml +++ b/buildlib/az-distro-release.yml @@ -69,7 +69,7 @@ jobs: tar -xzvf ${tarball} # extract the sources in a subdirectory cd $(tar tf ${tarball} | head -1) # go to extracted tarball directory echo 10 > debian/compat # https://www.debian.org/doc/manuals/maint-guide/dother.en.htmdpl#compat - dpkg-buildpackage -us -uc + dpkg-buildpackage -us -uc -Pcuda cd .. # Move back to the working directory find . -name '*.deb' find . -name '*.deb' -exec cp {} "${AZ_ARTIFACT_NAME}" \;