Skip to content

Commit b20f6c3

Browse files
author
github-actions
committed
update lilac-yaml-schema.yaml
1 parent 6fae95a commit b20f6c3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

lilac-yaml-schema.yaml

+14-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,20 @@ properties:
3636
description: Time limit in hours. The build will be aborted if it doesn't finish in time. Default is one hour.
3737
type: number
3838
repo_depends:
39-
description: Packages in the repo to be built and installed before building the current package.
39+
description: Packages in the repo that are direct dependencies of the current package.
40+
type: array
41+
items:
42+
anyOf:
43+
- type: string
44+
description: Package (directory) name
45+
- type: object
46+
description: Package base (directory) as key and package name as value
47+
minProperties: 1
48+
maxProperties: 1
49+
additionalProperties:
50+
type: string
51+
repo_makedepends:
52+
description: Packages in the repo that are in makedepends or checkdepends of the current package.
4053
type: array
4154
items:
4255
anyOf:

0 commit comments

Comments
 (0)