diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-08 14:28:19 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-08 14:28:19 -0500 |
commit | 38f670d89ca5038c1d552bc574d5fe4e129ea47b (patch) | |
tree | 82c5db9bc0c8d1f584cb473b43f84b252ddb34f4 | |
parent | b2402d16826e756807c1b732381499a79b7d9107 (diff) | |
download | luafilesystem-packaging-38f670d89ca5038c1d552bc574d5fe4e129ea47b.tar.gz luafilesystem-packaging-38f670d89ca5038c1d552bc574d5fe4e129ea47b.tar.bz2 luafilesystem-packaging-38f670d89ca5038c1d552bc574d5fe4e129ea47b.zip |
Have the main build depend on the image build
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers | |||
44 | image = "image-luafilesystem-" .. image .. "-lua" .. version, | 44 | image = "image-luafilesystem-" .. image .. "-lua" .. version, |
45 | requires = { | 45 | requires = { |
46 | {"git", "luafilesystem"}, | 46 | {"git", "luafilesystem"}, |
47 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image}, | 47 | {"cicd","image-luafilesystem-" .. image .. "-lua" .. version}, |
48 | }, | 48 | }, |
49 | produces = { | 49 | produces = { |
50 | "luafilesystem-git-1.win32-" .. image .. ".rock" | 50 | "luafilesystem-git-1.win32-" .. image .. ".rock" |