Commit 0490e46
committed
fix(CI): rebuild sqlite3 from source on Linux runners
npm install downloads prebuilt node_sqlite3.node binaries compiled
against GLIBC 2.38+. Force source compilation on Ubuntu runners so the
native addon links against the runner's GLIBC (2.35 on ubuntu-22.04).1 parent 0719ed8 commit 0490e46
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
0 commit comments