Fix issue with loading system tests

This commit is contained in:
Christopher Baines 2025-06-25 08:56:36 +02:00
parent c63ba7f09c
commit 8f172c4950

View file

@ -2410,14 +2410,15 @@ SELECT store_path FROM derivation_source_files WHERE id = $1"
(let ((systems (let ((systems
(map car derivation-file-names-by-system)) (map car derivation-file-names-by-system))
(derivation-ids (derivation-ids
(derivation-file-names->derivation-ids (vector->list
postgresql-connection-pool (derivation-file-names->derivation-ids
call-with-utility-thread postgresql-connection-pool
read-derivations/fiberized call-with-utility-thread
derivation-ids-hash-table read-derivations/fiberized
(list->vector derivation-ids-hash-table
(map cdr derivation-file-names-by-system)) (list->vector
#:log-tag "channel-instances"))) (map cdr derivation-file-names-by-system))
#:log-tag "channel-instances"))))
(map cons systems derivation-ids)) (map cons systems derivation-ids))
location-data))) location-data)))
data-with-derivation-file-names))) data-with-derivation-file-names)))