Fix excluding derivations for unchanged outputs
This commit is contained in:
parent
110a3b7ce5
commit
146ffbe5eb
1 changed files with 3 additions and 13 deletions
|
|
@ -386,19 +386,9 @@ WHERE
|
||||||
"")
|
"")
|
||||||
(if exclude-unchanged-outputs?
|
(if exclude-unchanged-outputs?
|
||||||
"
|
"
|
||||||
AND NOT (
|
AND base_packages.derivation_output_details_set_id <>
|
||||||
(
|
target_packages.derivation_output_details_set_id
|
||||||
SELECT array_agg(id ORDER BY id)
|
"
|
||||||
FROM derivation_outputs
|
|
||||||
WHERE derivation_outputs.derivation_id = base_packages.derivation_id
|
|
||||||
)
|
|
||||||
&&
|
|
||||||
(
|
|
||||||
SELECT array_agg(id ORDER BY id)
|
|
||||||
FROM derivation_outputs
|
|
||||||
WHERE derivation_outputs.derivation_id = target_packages.derivation_id
|
|
||||||
)
|
|
||||||
)"
|
|
||||||
"")
|
"")
|
||||||
(cond
|
(cond
|
||||||
((eq? build-change #f) "")
|
((eq? build-change #f) "")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue