-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
What happens?
Building duckdb under alpine linux 3.19.1 fails. This is after following the duckdb build instructions for Alpine. It appears the issue is due to undeclared symbols.
To Reproduce
git clone https://github.com/duckdb/duckdb.git && \
docker run -i --rm -v $(pwd)/duckdb:/duckdb --workdir /duckdb alpine:latest <<< "apk add g++ git make cmake ninja && GEN=ninja make" 2>&1 | tee build.log
OS:
Alpine Linux x86_64 Linux
DuckDB Version:
commit e245e29 (HEAD)
DuckDB Client:
cli build
Full Name:
Homme Zwaagstra
Affiliation:
Strava
Have you tried this on the latest nightly build?
I have tested with a nightly build
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
- Yes, I have