diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 21:55:36 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 21:55:36 -0500 |
commit | 9c902328e8ac277b9383cf0faaabc5b81a910592 (patch) | |
tree | fd232a071ffa4a2c625b076ac43e5b8c387ec397 | |
parent | 7d9a9b93ef00ca73596ab6859a8b4984f704d1e5 (diff) | |
download | lua-packaging-9c902328e8ac277b9383cf0faaabc5b81a910592.tar.gz lua-packaging-9c902328e8ac277b9383cf0faaabc5b81a910592.tar.bz2 lua-packaging-9c902328e8ac277b9383cf0faaabc5b81a910592.zip |
Require the image as a build requirement
-rwxr-xr-x | init | 1 | ||||
-rw-r--r-- | meta.lua | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,3 +9,4 @@ cd "/root/" | |||
9 | cp $luaver/src/*.exe . | 9 | cp $luaver/src/*.exe . |
10 | cp $luaver/src/*.dll . | 10 | cp $luaver/src/*.dll . |
11 | cp $luaver/src/*.a . | 11 | cp $luaver/src/*.a . |
12 | |||
@@ -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", |