summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-12-18 21:03:29 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-12-18 21:03:29 -0600
commit42de06e92e3450fe7a4ae38bf5b7fcab065e3db4 (patch)
treecef186dd655881711d3e1d3f6d8bfa822fcbd297
parent07be09e913614cbee497de26e17f55539332afb3 (diff)
downloadyuescript-packaging-42de06e92e3450fe7a4ae38bf5b7fcab065e3db4.tar.gz
yuescript-packaging-42de06e92e3450fe7a4ae38bf5b7fcab065e3db4.tar.bz2
yuescript-packaging-42de06e92e3450fe7a4ae38bf5b7fcab065e3db4.zip
work
-rw-r--r--meta.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index a035496..a8a7f8d 100644
--- a/meta.lua
+++ b/meta.lua
@@ -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
33end 34end
34return builds 35return builds