diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-18 21:03:29 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-18 21:03:29 -0600 |
commit | 42de06e92e3450fe7a4ae38bf5b7fcab065e3db4 (patch) | |
tree | cef186dd655881711d3e1d3f6d8bfa822fcbd297 | |
parent | 07be09e913614cbee497de26e17f55539332afb3 (diff) | |
download | yuescript-packaging-42de06e92e3450fe7a4ae38bf5b7fcab065e3db4.tar.gz yuescript-packaging-42de06e92e3450fe7a4ae38bf5b7fcab065e3db4.tar.bz2 yuescript-packaging-42de06e92e3450fe7a4ae38bf5b7fcab065e3db4.zip |
work
-rw-r--r-- | meta.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ for name, optimization, rel, flag, _, image in cartesian(optimizations, debug, c | |||
19 | builds[name] = { | 19 | builds[name] = { |
20 | image = "image-" .. image, | 20 | image = "image-" .. image, |
21 | requires = { | 21 | requires = { |
22 | {"git","yuescript"}, | 22 | {"git","yuescript#main"}, |
23 | {"cicd", "image-" .. image}, | 23 | {"cicd", "image-" .. image}, |
24 | }, | 24 | }, |
25 | produces = { | 25 | produces = { |
@@ -30,5 +30,6 @@ for name, optimization, rel, flag, _, image in cartesian(optimizations, debug, c | |||
30 | }, | 30 | }, |
31 | timeout=300, | 31 | timeout=300, |
32 | } | 32 | } |
33 | break | ||
33 | end | 34 | end |
34 | return builds | 35 | return builds |