Commit 7c09150 1 parent bfb34f6 commit 7c09150 Copy full SHA for 7c09150
File tree 2 files changed +5
-3
lines changed
process-compose/m1-da-light-node
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 77
77
lld
78
78
coreutils
79
79
gcc
80
- openssl
81
80
]
82
81
++ runtimeDependencies
83
82
# Be it Darwin
113
112
devShells . default = mkShell {
114
113
buildInputs = developmentDependencies ;
115
114
116
- LD_LIBRARY_PATH = lib . makeLibraryPath [ pkgs . gcc . cc . lib pkgs . openssl ] ;
117
-
118
115
shellHook = ''
119
116
#!/bin/bash
117
+ export LD_LIBRARY_PATH=${ lib . getLib pkgs . openssl } /lib:${ lib . getLib gcc } /lib:${ lib . getLib stdenv . cc . cc . lib } /lib:$LD_LIBRARY_PATH
120
118
export MONZA_APTOS_PATH=$(nix path-info -r .#monza-aptos | tail -n 1)
121
119
cat <<'EOF'
122
120
_ _ __ _ _ ____ _ _ ____ __ _ ____
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ processes:
10
10
readiness_probe :
11
11
exec :
12
12
command : echo "true"
13
+ availability :
14
+ exit_on_failure : true
13
15
14
16
celestia-bridge :
15
17
command : |
@@ -20,6 +22,8 @@ processes:
20
22
depends_on :
21
23
celestia-node-appd :
22
24
condition : process_healthy
25
+ availability :
26
+ exit_on_failure : true
23
27
24
28
celestia-light-node :
25
29
command : |
You can’t perform that action at this time.
0 commit comments