Skip to content

Commit ecbe03e

Browse files
committed
Recompiled the precompiled (ahem) libduckdb deps
1 parent a18a7c5 commit ecbe03e

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

precompiled/libduckdb_bundle/BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To compile this prerequisite, set up an Alpine Linux (edge), for example in dock
1010
# /home/mano/tmp/alpine/destroy --remove
1111

1212
apk add --no-cache findutils musl-dev go g++ git make cmake ninja openssl openssl-dev openssl-libs-static python3 zstd
13-
git clone -b "v1.2.2" https://github.com/duckdb/duckdb
13+
git clone -b "v1.3.2" https://github.com/duckdb/duckdb
1414
cd duckdb
1515
CFLAGS="-O2" CXXFLAGS="-O2" \
1616
DUCKDB_PLATFORM=linux \
Binary file not shown.
Binary file not shown.

src/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ module github.com/proofrock/ws4sql
22

33
go 1.24
44

5-
toolchain go1.24.2
5+
toolchain go1.24.5
66

77
require (
88
github.com/gofiber/fiber/v2 v2.52.9
99
github.com/iancoleman/orderedmap v0.3.0
1010
github.com/lnquy/cron v1.1.1
11-
github.com/marcboeker/go-duckdb/v2 v2.3.4
11+
github.com/marcboeker/go-duckdb/v2 v2.3.3
1212
github.com/mattn/go-sqlite3 v1.14.30
1313
github.com/mitchellh/go-homedir v1.1.0
1414
github.com/proofrock/go-mylittlelogger v0.4.0

0 commit comments

Comments
 (0)