Skip to content

Commit 3dcb059

Browse files
fix: hopefully fix all musl related issues, fix multi arch image
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent e70815e commit 3dcb059

File tree

11 files changed

+333
-228
lines changed

11 files changed

+333
-228
lines changed

.cargo/config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[build]
22

33
[target.x86_64-unknown-linux-musl]
4-
rustflags=["-C", "target_cpu=x86-64v2"]
4+
rustflags=["-C", "target_cpu=x86-64-v2", "-L", "./duckdb"]
5+
6+
[env]
7+
DUCKDB_STATIC="1"
8+
DUCKDB_EXTENSIONS="core_functions"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Since this is not a library, this changelog focuses on the changes that are rele
2121
- Liwan has been relicensed under the terms of the Apache-2.0 license
2222
- Updated dependencies (DuckDb 1.2)
2323
- Updated list of referrer spammers, useragents
24+
- Ellipsis for long URLs in the UI
25+
- Fixed arm64 container images
2426

2527
## v1.1.0 - 2024-12-28
2628

0 commit comments

Comments
 (0)