Commit 1dfe344
committed
fix: default to glibc for Linux downloads for better stability
The musl variant has known stability issues with binject (segfaults).
While musl theoretically works on both musl and glibc systems, glibc
provides better stability in practice.
This change affects all socket-btm binary downloads on Linux when
libc is not explicitly specified.1 parent b73e351 commit 1dfe344
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
439 | | - | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
440 | 441 | | |
441 | 442 | | |
442 | 443 | | |
| |||
0 commit comments