From 9c902328e8ac277b9383cf0faaabc5b81a910592 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 5 Aug 2024 21:55:36 -0500 Subject: Require the image as a build requirement --- init | 1 + meta.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/init b/init index 60b8f44..0739dee 100755 --- a/init +++ b/init @@ -9,3 +9,4 @@ cd "/root/" cp $luaver/src/*.exe . cp $luaver/src/*.dll . cp $luaver/src/*.a . + 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 image = "image-" .. image, requires = { {"http", link}, + {"cicd", "image-" .. image }, produces = { "lua.exe", -- cgit v1.2.3-55-g6feb