summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-18 17:15:48 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-18 17:15:48 +0100
commitb2cd9d4d8d2484f222f4cab6ff496efa5ba51e54 (patch)
tree1de8a8be27b0bd6e09afef18b2026b0502ba3913
parent65c3fca97ba38fb4693de360bc754fc2432814ab (diff)
debugrocky
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 9b8f7c229..3fdc8e5ad 100644
--- a/cscript
+++ b/cscript
@@ -224,6 +224,7 @@ deb_depends['unstable'].extend(['libboost-filesystem1.67.0',
'libfmt10'])
def can_build_disk(target):
+ print("can_build_disk? ", target, target.distro)
# We can build dcpomatic2_disk on platforms that have Boost process and can build the lwext4
# library. For now, just allow-list good ones here.
#
@@ -249,6 +250,7 @@ def can_build_disk(target):
return True
if target.distro == 'rocky':
return True
+ print("can't build disk!")
return False
def packages(name, packages, f):