alitrack / duckdb_fdw

DuckDB Foreign Data Wrapper for PostgreSQL
MIT License
272 stars 18 forks source link

Multiarch support for both x86_64 and arm64 (Mac M1) #28

Closed wearpants closed 4 months ago

wearpants commented 6 months ago

the _GLIBCXX_USE_CXX11_ABI=0 flag is only needed on x86_64 and causes linker errors on arm64 platform such as Mac M1

Corresponding changes to dockerfile here in a second