Commit 9f201fa
committed
ci: get upstream sqlite-head job green
It's been failing for the past few weeks with linker errors like:
```
/usr/bin/ld: tclsqlite-shell.o: in function `DbProfileHandler':
tclsqlite.c:(.text+0x458): undefined reference to `sqlite3_snprintf'
/usr/bin/ld: tclsqlite-shell.o: in function `tclSqlFunc':
tclsqlite.c:(.text+0x60c): undefined reference to `sqlite3_user_data'
/usr/bin/ld: tclsqlite.c:(.text+0x6f2): undefined reference to `sqlite3_result_text64'
/usr/bin/ld: tclsqlite.c:(.text+0x75e): undefined reference to `sqlite3_value_double'
/usr/bin/ld: tclsqlite.c:(.text+0x78e): undefined reference to `sqlite3_value_type'
/usr/bin/ld: tclsqlite.c:(.text+0x7f9): undefined reference to `sqlite3_result_error'
/usr/bin/ld: tclsqlite.c:(.text+0x824): undefined reference to `sqlite3_value_bytes'
/usr/bin/ld: tclsqlite.c:(.text+0x830): undefined reference to `sqlite3_value_blob'
/usr/bin/ld: tclsqlite.c:(.text+0x854): undefined reference to `sqlite3_value_bytes'
/usr/bin/ld: tclsqlite.c:(.text+0x860): undefined reference to `sqlite3_value_text'
/usr/bin/ld: tclsqlite.c:(.text+0x884): undefined reference to `sqlite3_value_int64'
/usr/bin/ld: tclsqlite.c:(.text+0x959): undefined reference to `sqlite3_result_double'
/usr/bin/ld: tclsqlite.c:(.text+0xa1f): undefined reference to `sqlite3_result_blob'
/usr/bin/ld: tclsqlite.c:(.text+0xa79): undefined reference to `sqlite3_result_int64'
```1 parent 2724f7b commit 9f201fa
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments