Skip to content

Commit

Permalink
docker: disable sqlite for example run
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Sep 8, 2023
1 parent 960e1ac commit 784fb23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/CENTOS_NGEN_RUN.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ RUN git submodule update --init --recursive -- extern/pybind11

WORKDIR /ngen

RUN cmake -DNGEN_WITH_NETCDF:BOOL=OFF -B /ngen -S .
RUN cmake -DNGEN_WITH_NETCDF:BOOL=OFF \
-DNGEN_WITH_SQLITE:BOOL=OFF \
-B /ngen -S .

RUN cmake --build . --target ngen

Expand Down

0 comments on commit 784fb23

Please sign in to comment.