Skip to content

Commit

Permalink
Set Souffle to use 64-bit integer and float values, to match Mac home…
Browse files Browse the repository at this point in the history
…brew package
  • Loading branch information
balhoff authored Sep 29, 2023
1 parent faf30eb commit f82156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends
-O /build/souffle-$SOUFFLE_VERSION.tar.gz && \
tar xf souffle-$SOUFFLE_VERSION.tar.gz && \
cd souffle-$SOUFFLE_VERSION && \
cmake -S . -B build && \
cmake -S . -B build -DSOUFFLE_DOMAIN_64BIT=ON && \
cmake --build build --target install DESTDIR=/staging/full && \
cd /build && \
rm -rf souffle-$SOUFFLE_VERSION souffle-$SOUFFLE_VERSION.tar.gz
Expand Down

0 comments on commit f82156a

Please sign in to comment.