You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Evaluates each package, and compares it to it's last cached version, creating a
23
23
This command is not meant to be run manually, but rather to be ran by the CI.
24
24
25
25
ENV Variables:
26
+
26
27
- IS_INITIAL: `true` or `false`
27
28
- CACHIX_CACHE: Which cachix cache to search
28
29
- CACHIX_AUTH_TOKEN: The auth token for the cache
@@ -36,6 +37,7 @@ Usage: Use `mcl ci` instead
36
37
Evaluates each package, and compares it to it's last cached version, creating a table listing which packages are cached, which aren't, and which failed.
37
38
38
39
ENV Variables:
40
+
39
41
- IS_INITIAL: `true`or `false`
40
42
- CACHIX_CACHE: Which cachix cache to search
41
43
- CACHIX_AUTH_TOKEN: The auth token for the cache
@@ -53,6 +55,7 @@ Usage: `mcl deploy_spec`
53
55
### get_fstab
54
56
55
57
ENV Variables:
58
+
56
59
- IS_INITIAL: `true`or `false`
57
60
- CACHIX_CACHE: Which cachix cache to search
58
61
- CACHIX_AUTH_TOKEN: The auth token for the cache
@@ -74,9 +77,11 @@ Usage: `mcl host_info`
74
77
Create a starting nix configuration for target machine.
75
78
76
79
ENV Variables:
80
+
77
81
- SSH_PATH: SSH path of target machine
78
82
79
83
The remaining ENV variables are optional, and if missing will be prompted at runtime.
84
+
80
85
- CREATE_USER: bool
81
86
- USER_NAME: string
82
87
- MACHINE_NAME: string
@@ -93,6 +98,7 @@ Usage: `mcl machine_create`
93
98
Splits the list of packages under `checks` into n number of shards. Requires manual configuration using modules/shard-split. See this repo and `nix-blockchain-development`
94
99
95
100
ENV Variables:
101
+
96
102
- [Optional] GITHUB_OUTPUT: If set, exports results to GITHUB_INPUT env variable
0 commit comments