You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path to the store object that resulted from building this derivation for the given output name.
43
48
44
-
dependentRealisations:
45
-
type: object
46
-
title: Underlying Base Build Trace
47
-
description: |
48
-
This is for [*derived*](@docroot@/store/build-trace.md#derived) build trace entries to ensure coherence.
49
-
50
-
Keys are derivation output IDs (same format as the main `id` field).
51
-
Values are the store paths that those dependencies resolved to.
52
-
53
-
As described in the linked section on derived build trace traces, derived build trace entries must be kept in addition and not instead of the underlying base build entries.
54
-
This is the set of base build trace entries that this derived build trace is derived from.
55
-
(The set is also a map since this miniature base build trace must be coherent, mapping each key to a single value.)
56
-
57
-
patternProperties:
58
-
"^sha256:[0-9a-f]{64}![a-zA-Z_][a-zA-Z0-9_-]*$":
59
-
$ref: "store-path-v1.yaml"
60
-
title: Dependent Store Path
61
-
description: Store path that this dependency resolved to during the build
0 commit comments