We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 75f9bb6Copy full SHA for 75f9bb6
Config
@@ -0,0 +1,37 @@
1
+# -*-perl-*-
2
+
3
+package.NodeTerminationHandler = {
4
+ interfaces = (1.0);
5
6
+ deploy = {
7
+ generic = true;
8
+ };
9
10
+ build-environment = {
11
+ chroot = basic;
12
+ network-access = blocked;
13
14
15
+ # Use NoOpBuild. See https://w.amazon.com/index.php/BrazilBuildSystem/NoOpBuild
16
+ build-system = no-op;
17
+ build-tools = {
18
+ 1.0 = {
19
+ NoOpBuild = 1.0;
20
21
22
23
+ # Use runtime-dependencies for when you want to bring in additional
24
+ # packages when deploying.
25
+ # Use dependencies instead if you intend for these dependencies to
26
+ # be exported to other packages that build against you.
27
+ dependencies = {
28
29
30
31
32
+ runtime-dependencies = {
33
34
35
36
37
+};
0 commit comments