| 5 Jan 2024 |
@qbit:tapenet.org | =0 tells go to make a static binary | 17:10:25 |
@faust403:matrix.org | Ah | 17:10:39 |
@faust403:matrix.org | Nice, i got it | 17:10:47 |
@faust403:matrix.org | You are magician, thank you very much | 17:11:06 |
@faust403:matrix.org | By default I should enable this thing in future everywhere | 17:11:29 |
@qbit:tapenet.org | no, you usually don't have to | 17:12:02 |
@faust403:matrix.org | As I understood, the problem was triggered because of shared linking with dangling paths | 17:13:07 |
@faust403:matrix.org | So, static building fix it | 17:13:25 |
@qbit:tapenet.org | static build was part of the fix - trimpath was the other | 17:13:36 |
@faust403:matrix.org | trimpath removing some dirs from path ? | 17:14:57 |
@qbit:tapenet.org | ya, if you look at the binary from the failing build it has the explicit path to the vendor derectory for CosmWasm/wasmvm | 17:25:11 |