File tree Expand file tree Collapse file tree 7 files changed +0
-145
lines changed Expand file tree Collapse file tree 7 files changed +0
-145
lines changed Original file line number Diff line number Diff line change @@ -168,25 +168,6 @@ else
168
168
test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
169
169
fi
170
170
171
- strip -s storage/storage-daemon/storage-daemon
172
- strip -s storage/storage-daemon/storage-daemon-cli
173
- strip -s blockchain-explorer/blockchain-explorer
174
- strip -s crypto/fift
175
- strip -s crypto/func
176
- strip -s tolk/tolk
177
- strip -s crypto/create-state
178
- strip -s crypto/tlbc
179
- strip -s validator-engine-console/validator-engine-console
180
- strip -s tonlib/tonlib-cli
181
- strip -s http/http-proxy
182
- strip -s rldp-http-proxy/rldp-http-proxy
183
- strip -s dht-server/dht-server
184
- strip -s lite-client/lite-client
185
- strip -s validator-engine/validator-engine
186
- strip -s utils/generate-random-id
187
- strip -s utils/json2tlo
188
- strip -s adnl/adnl-proxy
189
-
190
171
cd ..
191
172
192
173
if [ " $with_artifacts " = true ]; then
Original file line number Diff line number Diff line change 96
96
test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
97
97
fi
98
98
99
-
100
- strip -s storage/storage-daemon/storage-daemon
101
- strip -s storage/storage-daemon/storage-daemon-cli
102
- strip -s blockchain-explorer/blockchain-explorer
103
- strip -s crypto/fift
104
- strip -s crypto/func
105
- strip -s tolk/tolk
106
- strip -s crypto/create-state
107
- strip -s crypto/tlbc
108
- strip -s validator-engine-console/validator-engine-console
109
- strip -s tonlib/tonlib-cli
110
- strip -s http/http-proxy
111
- strip -s rldp-http-proxy/rldp-http-proxy
112
- strip -s dht-server/dht-server
113
- strip -s lite-client/lite-client
114
- strip -s validator-engine/validator-engine
115
- strip -s utils/generate-random-id
116
- strip -s utils/json2tlo
117
- strip -s adnl/adnl-proxy
118
-
119
99
cd ..
120
100
121
101
if [ " $with_artifacts " = true ]; then
Original file line number Diff line number Diff line change @@ -160,29 +160,6 @@ ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-
160
160
test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
161
161
fi
162
162
163
- strip -s storage/storage-daemon/storage-daemon \
164
- storage/storage-daemon/storage-daemon-cli \
165
- blockchain-explorer/blockchain-explorer \
166
- crypto/fift \
167
- crypto/tlbc \
168
- crypto/func \
169
- tolk/tolk \
170
- crypto/create-state \
171
- validator-engine-console/validator-engine-console \
172
- tonlib/tonlib-cli \
173
- tonlib/libtonlibjson.so.0.5 \
174
- http/http-proxy \
175
- rldp-http-proxy/rldp-http-proxy \
176
- dht-server/dht-server \
177
- lite-client/lite-client \
178
- validator-engine/validator-engine \
179
- utils/generate-random-id \
180
- utils/json2tlo \
181
- adnl/adnl-proxy \
182
- emulator/libemulator.*
183
-
184
- test $? -eq 0 || { echo " Can't strip final binaries" ; exit 1; }
185
-
186
163
# simple binaries' test
187
164
./storage/storage-daemon/storage-daemon -V || exit 1
188
165
./validator-engine/validator-engine -V || exit 1
Original file line number Diff line number Diff line change @@ -68,29 +68,6 @@ ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-
68
68
test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
69
69
fi
70
70
71
- strip -s storage/storage-daemon/storage-daemon \
72
- storage/storage-daemon/storage-daemon-cli \
73
- blockchain-explorer/blockchain-explorer \
74
- crypto/fift \
75
- crypto/tlbc \
76
- crypto/func \
77
- tolk/tolk \
78
- crypto/create-state \
79
- validator-engine-console/validator-engine-console \
80
- tonlib/tonlib-cli \
81
- tonlib/libtonlibjson.so.0.5 \
82
- http/http-proxy \
83
- rldp-http-proxy/rldp-http-proxy \
84
- dht-server/dht-server \
85
- lite-client/lite-client \
86
- validator-engine/validator-engine \
87
- utils/generate-random-id \
88
- utils/json2tlo \
89
- adnl/adnl-proxy \
90
- emulator/libemulator.*
91
-
92
- test $? -eq 0 || { echo " Can't strip final binaries" ; exit 1; }
93
-
94
71
# simple binaries' test
95
72
./storage/storage-daemon/storage-daemon -V || exit 1
96
73
./validator-engine/validator-engine -V || exit 1
Original file line number Diff line number Diff line change @@ -36,23 +36,3 @@ cp ./result/lib/libemulator.so artifacts/
36
36
cp ./result/lib/fift/* artifacts/lib/
37
37
cp -r ./result/share/ton/smartcont artifacts/
38
38
chmod -R +x artifacts
39
- cd artifacts
40
- sudo strip -s storage-daemon \
41
- storage-daemon-cli \
42
- blockchain-explorer \
43
- fift \
44
- tlbc \
45
- func \
46
- tolk \
47
- create-state \
48
- validator-engine-console \
49
- tonlib-cli \
50
- http-proxy \
51
- rldp-http-proxy \
52
- dht-server \
53
- lite-client \
54
- validator-engine \
55
- generate-random-id \
56
- adnl-proxy \
57
- libemulator.so \
58
- libtonlibjson.so
Original file line number Diff line number Diff line change @@ -36,23 +36,3 @@ cp ./result/lib/libemulator.so artifacts/
36
36
cp ./result/lib/fift/* artifacts/lib/
37
37
cp -r ./result/share/ton/smartcont artifacts/
38
38
chmod -R +x artifacts
39
- cd artifacts
40
- sudo strip -s storage-daemon \
41
- storage-daemon-cli \
42
- blockchain-explorer \
43
- fift \
44
- tlbc \
45
- func \
46
- tolk \
47
- create-state \
48
- validator-engine-console \
49
- tonlib-cli \
50
- http-proxy \
51
- rldp-http-proxy \
52
- dht-server \
53
- lite-client \
54
- validator-engine \
55
- generate-random-id \
56
- adnl-proxy \
57
- libemulator.so \
58
- libtonlibjson.so
Original file line number Diff line number Diff line change @@ -36,23 +36,3 @@ cp ./result/lib/libemulator.dylib artifacts/
36
36
cp ./result/lib/fift/* artifacts/lib/
37
37
cp -r ./result/share/ton/smartcont artifacts/
38
38
chmod -R +x artifacts
39
- cd artifacts
40
- sudo strip -xSX storage-daemon \
41
- storage-daemon-cli \
42
- blockchain-explorer \
43
- fift \
44
- tlbc \
45
- func \
46
- tolk \
47
- create-state \
48
- validator-engine-console \
49
- tonlib-cli \
50
- http-proxy \
51
- rldp-http-proxy \
52
- dht-server \
53
- lite-client \
54
- validator-engine \
55
- generate-random-id \
56
- adnl-proxy \
57
- libemulator.dylib \
58
- libtonlibjson.dylib
You can’t perform that action at this time.
0 commit comments