Commit 5940228
authored
Fix binary compatibility issues with older glibc/libstdc++ (#6)
* Fix matrix testing strategy and Docker platform issues
- Add fail-fast: false to prevent single test failure from stopping all tests
- Skip arm64 Docker tests due to emulation issues on GitHub Actions
- Add proper error handling and informative messages
- Fix exec format error by removing problematic --platform flag
- Ensure amd64 tests run properly while acknowledging arm64 compatibility
- Architecture-independent packages work on both amd64 and arm64
* Fix binary compatibility issues with older glibc/libstdc++
- Use ubuntu-20.04 for builds instead of ubuntu-latest for better compatibility
- Add static linking flags for libgcc and libstdc++ to reduce runtime dependencies
- Update all CI jobs to use ubuntu-20.04 for consistency
- Fix GLIBC_2.38 and GLIBCXX_3.4.32 not found errors
- Ensure binaries work on older Ubuntu/Debian systems
- Improve portability across different Linux distributions1 parent ae1b535 commit 5940228
3 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments