summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 596f0b0..4616fa8 100644
--- a/meta.lua
+++ b/meta.lua
@@ -24,7 +24,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb
24 builds["libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v] = { 24 builds["libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v] = {
25 image="libressl-meta", 25 image="libressl-meta",
26 requires = { 26 requires = {
27 {"git", "portable"}, 27 {"git", "portable#v4.0.0"},
28 }, 28 },
29 produces = { 29 produces = {
30 ["libssl.a"] = true, 30 ["libssl.a"] = true,
@@ -34,6 +34,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb
34 ["libcompatnoopt.a"] = true, 34 ["libcompatnoopt.a"] = true,
35 ["libcrypto.a"] = true, 35 ["libcrypto.a"] = true,
36 ["openssl.exe"] = true, 36 ["openssl.exe"] = true,
37 ["include.tar.gz"] = true
37 }, 38 },
38 timeout = 600, --Jeez this takes forever 39 timeout = 600, --Jeez this takes forever
39 env = { 40 env = {