Skip to content

Commit

Permalink
Merge pull request #8862 from Al3xR01/topic/cuda_support_check
Browse files Browse the repository at this point in the history
AZP/RELEASE: Add CUDA support to Deb packages
  • Loading branch information
yosefe authored Feb 12, 2023
2 parents 6910a39 + 44017ee commit 4400272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildlib/az-distro-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \;
Expand Down

0 comments on commit 4400272

Please sign in to comment.