Commit ac8e5dd
committed
Makefile: suppress msggen and grpc gen if SUPPRESS_GENERATION is set
there is a race condition between sed rewriting node_pb2.py and node_pb2_grpc.py
and the `git diff`'s from check-source causing the prebuild CI step to fail with:
```
--- a/contrib/pyln-grpc-proto/pyln/grpc/node_pb2_grpc.py
+++ b/contrib/pyln-grpc-proto/pyln/grpc/node_pb2_grpc.py
@@ -3,7 +3,7 @@
import grpc
import warnings
-from pyln.grpc import node_pb2 as node__pb2
+import node_pb2 as node__pb2
```
Changelog-None1 parent 066056d commit ac8e5dd
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| 428 | + | |
428 | 429 | | |
429 | 430 | | |
| 431 | + | |
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
| |||
441 | 443 | | |
442 | 444 | | |
443 | 445 | | |
| 446 | + | |
444 | 447 | | |
445 | 448 | | |
446 | 449 | | |
447 | 450 | | |
448 | 451 | | |
| 452 | + | |
449 | 453 | | |
450 | 454 | | |
451 | 455 | | |
| |||
0 commit comments