Commit 68dbc35
Fix Linux build: install libstdc++-static and link C++ stdlib
DuckDB's static library requires libstdc++. Install libstdc++-static
in the Rocky Linux container and pass -lstdc++ -lm via CGO_LDFLAGS.
Also disable fail-fast so both arch builds run independently.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ffcf994 commit 68dbc35
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments