Skip to content

Commit 9f201fa

Browse files
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/upstream.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
ruby-version: "3.3"
2727
bundler-cache: true
28-
apt-get: tcl-dev # https://sqlite.org/forum/forumpost/45c4862d37
2928
- run: bundle exec rake compile -- --with-sqlite-source-dir=${GITHUB_WORKSPACE}/sqlite
3029
- run: bundle exec rake test
3130

0 commit comments

Comments
 (0)