mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-14 22:39:59 +00:00
Allow builds on older versions of sqlite
This commit is contained in:
8
CentOS-7.dockerfile
Normal file
8
CentOS-7.dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM centos:7
|
||||
RUN yum install -y epel-release
|
||||
RUN yum install -y sqlite-devel libicu-devel gcc gcc-c++ meson
|
||||
COPY ci/arrow-centos.repo /etc/yum.repos.d/Apache-Arrow.repo
|
||||
RUN yum install -y parquet-devel
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
RUN mkdir builddir && meson builddir && cd builddir && ninja-build
|
Reference in New Issue
Block a user