summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-05 21:55:36 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-05 21:55:36 -0500
commit9c902328e8ac277b9383cf0faaabc5b81a910592 (patch)
treefd232a071ffa4a2c625b076ac43e5b8c387ec397
parent7d9a9b93ef00ca73596ab6859a8b4984f704d1e5 (diff)
downloadlua-packaging-9c902328e8ac277b9383cf0faaabc5b81a910592.tar.gz
lua-packaging-9c902328e8ac277b9383cf0faaabc5b81a910592.tar.bz2
lua-packaging-9c902328e8ac277b9383cf0faaabc5b81a910592.zip
Require the image as a build requirement
-rwxr-xr-xinit1
-rw-r--r--meta.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/init b/init
index 60b8f44..0739dee 100755
--- a/init
+++ b/init
@@ -9,3 +9,4 @@ cd "/root/"
9cp $luaver/src/*.exe . 9cp $luaver/src/*.exe .
10cp $luaver/src/*.dll . 10cp $luaver/src/*.dll .
11cp $luaver/src/*.a . 11cp $luaver/src/*.a .
12
diff --git a/meta.lua b/meta.lua
index 1e94569..bee7bd0 100644
--- a/meta.lua
+++ b/meta.lua
@@ -28,6 +28,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers
28 image = "image-" .. image, 28 image = "image-" .. image,
29 requires = { 29 requires = {
30 {"http", link}, 30 {"http", link},
31 {"cicd", "image-" .. image
31 }, 32 },
32 produces = { 33 produces = {
33 "lua.exe", 34 "lua.exe",