-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildscript.as
More file actions
43 lines (42 loc) · 852 Bytes
/
buildscript.as
File metadata and controls
43 lines (42 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
let:
runtime = state_tool_artifacts_v1(
build_flags = [
],
src = "$sources"
)
sources = solve(
at_time = "$at_time",
platforms = [
"78977bc8-0f32-519d-80f3-9043f059398c"
],
requirements = [
{
name = "perl",
namespace = "language",
version_requirements = [
{
comparator = "eq",
version = "5.36.3"
}
]
},
{
name = "JSON",
namespace = "language/perl",
},
{
name = "Try-Tiny",
namespace = "language/perl"
}
],
solver_version = null
)
windows_installer_0_78977bc8_0f32_519d_80f3_9043f059398c = windows_installer(
at_time = "2024-02-06T17:00:10.163000Z",
memory = 4000,
name = "78977bc8-0f32-519d-80f3-9043f059398c",
platform = "78977bc8-0f32-519d-80f3-9043f059398c",
src = "$runtime"
)
in:
windows_installer_0_78977bc8_0f32_519d_80f3_9043f059398c