line 189 (remove check) to see if this works

Seems checks are failing. Damn reckless devs
This commit is contained in:
nolim1t - f6287b82CC84bcbd 2022-11-25 14:42:52 +07:00 committed by GitHub
parent 1772440450
commit 53526e261c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ RUN ./configure LDFLAGS=-L/opt/db4/lib/ CPPFLAGS=-I/opt/db4/include/ \
--with-sqlite=yes \
--with-daemon
RUN make -j$(( $(nproc) + 1 )) check
RUN make -j$(( $(nproc) + 1 ))
RUN make install
# List installed binaries pre-strip & strip them