elixir-explorer / adbc

Apache Arrow ADBC bindings for Elixir
https://arrow.apache.org/adbc/
Apache License 2.0
50 stars 16 forks source link

ci: precompile on ubuntu-20.04 #100

Closed cocoa-xu closed 2 months ago

cocoa-xu commented 2 months ago

This is a quick fix that lowers the minimal required GLIBCXX version to 3.4.21. It's possible that we can lower this requirement again if we precompile it in manylinux_2_28_x86_64. I'll test this later!