Commit cca96e1
committed
chore(ci): use system nim everywhere
To fix windows build issues due to very long paths by
nimbus-build-system
- points status-go to bring in
status-im/status-go#7185
- updates mac,windows host install scripts to include nim
- updates linux dockerfile to install nim
- updates linux docker image tag to use newer image1 parent 2966e3b commit cca96e1
File tree
6 files changed
+23
-5
lines changed- ci
- scripts
- vendor
6 files changed
+23
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
173 | 190 | | |
174 | 191 | | |
175 | 192 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
- Makefile+1-2
- _assets/scripts/migration_check.sh+16-3
- _assets/scripts/run_functional_tests.sh+9-4
- api/backend.go-1
- api/backend_test.go-35
- api/geth_backend.go-34
- go.mod+1-1
- go.sum+2-2
- messaging/api.go+1-400
- messaging/api_communities.go+87
- messaging/api_filters.go+103
- messaging/api_installations.go+62
- messaging/api_metrics.go+22
- messaging/api_processor.go+54
- messaging/api_sender.go+9
- messaging/api_store_nodes.go+63
- messaging/api_transport_peers.go+64
- messaging/core.go-18
- mobile/status.go-25
- nix/pkgs/status-go/library/default.nix+1-1
- node/get_status_node.go-7
- protocol/messenger.go-6
- protocol/messenger_filter_init.go+3-3
- protocol/messenger_mailserver.go-10
- protocol/messenger_peers.go-5
- protocol/messenger_raw_message_resend.go+2-3
- services/ext/api.go-4
- services/ext/service.go-7
- services/wallet/thirdparty/activity/alchemy/client.go+10-2
- services/wallet/thirdparty/activity/alchemy/types.go+25
- services/wallet/thirdparty/activity/alchemy/types_test.go+183
- tests-functional/clients/services/linkpreview.py+26
- tests-functional/clients/status_backend.py+2
- tests-functional/tests/test_link_preview.py+24
- tools/metrics/README.md+41
- tools/metrics/docker-compose.yml+35
- tools/metrics/grafana/provisioning/dashboards/dashboards.yml+11
- tools/metrics/grafana/provisioning/dashboards/status-go.json+1.6k
- tools/metrics/grafana/provisioning/datasources/prometheus.yml+11
- tools/metrics/prometheus/prometheus.yml+9
0 commit comments