2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
Commit graph

5 commits

Author SHA1 Message Date
Ludovic Courtès 042efcdf7c
examples: random: Create jobs with dependencies.
* examples/random-manifest.scm (random-computed-file): Add ‘dependency’
parameter and honor it.
<top level>: Replace ‘unfold’ call with a loop; pass ‘dependency’
argument to ‘random-computed-file’.
2023-09-03 16:05:31 +02:00
Ludovic Courtès 951ce6c0c0
examples: random: Provide correct output in manifest.
* examples/random-manifest.scm (make-job): Add ‘output’ parameter.
<top level>: Pass third argument to ‘make-job’.
2023-09-03 15:54:09 +02:00
Ludovic Courtès fda885b513
examples: random: Add non-ASCII UTF-8 string to the build log.
* examples/random-manifest.scm (random-computed-file): Print a lambda.
2023-09-01 17:47:40 +02:00
Ludovic Courtès ecc1a1adaf
examples: random: Add multiple-output derivations.
* examples/random-manifest.scm (random-computed-file): Add
'multiple-outputs?' parameter and honor it.
(unfold): Produce 15 entries; pass 'multiple-outputs?'.
2023-08-23 21:50:23 +02:00
Ludovic Courtès e2123ab896
examples: Add jobset that builds "random" jobs.
* examples/random-manifest.scm, examples/random.scm: New files.
* Makefile.am (EXTRA_DIST): Add them.
2023-07-14 15:59:57 +02:00