examples: random: Define a “build product” for some jobs.

* examples/random.scm: Add ‘build-outputs’ field.
This commit is contained in:
Ludovic Courtès 2023-10-18 14:54:40 +02:00
parent 8536509804
commit ef3d3164b6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
(list (specification
(name 'random)
(build '(manifests "examples/random-manifest.scm"))
(build-outputs
;; Define a "build product" for some of the jobs.
(list (build-output
(job "(random|entropy-)1[0-9]")
(type "archive")
(output "out")
(path ""))))
(channels
(cons (channel
(name 'cuirass)