diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-18 17:15:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-18 17:15:48 +0100 |
| commit | b2cd9d4d8d2484f222f4cab6ff496efa5ba51e54 (patch) | |
| tree | 1de8a8be27b0bd6e09afef18b2026b0502ba3913 /cscript | |
| parent | 65c3fca97ba38fb4693de360bc754fc2432814ab (diff) | |
debugrocky
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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): |
