verify_cache_dir: only consider where main_binary is present

This commit is contained in:
Hannes Mehnert 2023-09-09 10:44:29 +02:00 committed by Reynir Björnsson
parent 6cbf7d4009
commit a333d4eb9d

View file

@ -454,6 +454,7 @@ module Verify_cache_dir = struct
ba_opam_switch.sha256 hash_opam_switch, ba_opam_switch.sha256 hash_opam_switch,
ba_debug_bin.sha256 hash_debug_bin ba_debug_bin.sha256 hash_debug_bin
FROM build AS b FROM build AS b
WHERE b.main_binary IS NOT NULL
LEFT JOIN build_artifact AS ba_opam_switch ON LEFT JOIN build_artifact AS ba_opam_switch ON
ba_opam_switch.build = b.id ba_opam_switch.build = b.id
AND ba_opam_switch.filepath = 'opam-switch' AND ba_opam_switch.filepath = 'opam-switch'