raulcd commented on code in PR #50279:
URL: https://github.com/apache/arrow/pull/50279#discussion_r3498213765
##########
dev/tasks/linux-packages/apache-arrow/apt/debian-forky/Dockerfile:
##########
@@ -88,3 +88,8 @@ RUN \
apt install -y -V ${quiet} nvidia-cuda-toolkit; \
fi && \
apt clean
+
+# nvidia-cuda-toolkit was removed from Debian forky amd64, so disable the
+# CUDA packages via the pkg.apache-arrow.nocuda build profile.See GH-50090.
+# Once nvidia-cuda-toolkit is re-added to Debian forky, this can be removed.
+ENV DEB_BUILD_PROFILES=pkg.apache-arrow.nocuda
Review Comment:
Same as my previous comment. I think that's going to be the notification I
was looking for on when to re-enable. I see this as a feature more than as a
bug :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]