File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77# components:
88# Python3.11.4 compiled and installed from source.
99# Oracle JDK 17 installed from dnf.
10- # Souffle 2.3 compiled and installed from source.
10+ # Souffle 2.5 compiled and installed from source.
1111# Other runtime libraries (e.g sqlite-devel) which are installed from dnf.
1212
1313FROM container-registry.oracle.com/os/oraclelinux:9-slim@sha256:e2aa8053b4a15f27c5f80666be1190d24aa3f403225f2dd6fdb545979f08482a
@@ -195,7 +195,7 @@ enabled=1\
195195 make \
196196 pkg-config \
197197 rpm-build \
198- && git clone --depth=1 https://github.com/souffle-lang/souffle/ -b 2.4 \
198+ && git clone --depth=1 https://github.com/souffle-lang/souffle/ -b 2.5 \
199199 && cd souffle \
200200 && cmake -S . -B build -DSOUFFLE_DOMAIN_64BIT=ON -DCMAKE_INSTALL_PREFIX="/usr/local" \
201201 && nproc="$(nproc)" \
You can’t perform that action at this time.
0 commit comments