[Piuparts-commits] [piuparts] 07/10: enable foreign architecture i386 for some nvidia packages
Holger Levsen
holger at layer-acht.org
Mon Dec 19 13:04:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit b8b9242d3ae851db6233c6e0a0a7fa9c974a84d3
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Dec 19 12:09:48 2016 +0100
enable foreign architecture i386 for some nvidia packages
to test whether the cross-arch recommends workaround works
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
custom-scripts/scripts/pre_install_foreign_architecture | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/custom-scripts/scripts/pre_install_foreign_architecture b/custom-scripts/scripts/pre_install_foreign_architecture
index 495a027..8f829d4 100755
--- a/custom-scripts/scripts/pre_install_foreign_architecture
+++ b/custom-scripts/scripts/pre_install_foreign_architecture
@@ -10,6 +10,11 @@ esac
FOREIGN=
case ${PIUPARTS_OBJECTS%%=*} in
+ nvidia-driver|\
+ nvidia-legacy-*xx-driver|\
+ lib*cuda1)
+ FOREIGN="i386"
+ ;;
crossbuild-essential-arm64|\
*-aarch64-linux-gnu)
FOREIGN="arm64"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list